検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 96 for directory (0.056 sec.)
The staticfiles app — Django 4.0.6 ドキュメント 6815
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ns defined in STATICFILES_DIRS and in the 'static' directory of apps specified by the INSTALLED_APPS setting. T ... d directories receive permissions from FILE_UPLOAD_DIRECTORY_PERMISSIONS . If you would like different permissi ... asses and specify the file_permissions_mode and/or directory_permissions_mode parameters, respectively. For exa ... args [ 'file_permissions_mode' ] = 0o640 kwargs [ 'directory_permissions_mode' ] = 0o760 super () . __init__ ( ...
https://man.plustar.jp/django/ref/contrib/staticfiles.html - [similar]
Unit tests — Django 4.0.6 ドキュメント 6723
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o comes with a test suite of its own, in the tests directory of the code base. It's our policy to make sure all ... e names of individual tests? Look in tests/ — each directory name there is the name of a test. If you want to r ... p requirements files inside the tests/requirements directory of the Django source tree and install them like so ... settings file defines coverage_html as the output directory for the report and also excludes several directori ...
https://man.plustar.jp/django/internals/contributing/writing-code/unit-tests.htm... - [similar]
GeoDjango Installation — Django 4.0.6 ドキュメント 6723
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... em is that the operating system isn't aware of the directory where the libraries built from source were install ... ibrary paths they want to use. The typical library directory for software built from source is /usr/local/lib . ... may include additional paths from files in another directory, such as /etc/ld.so.conf.d . As the root user, add ... pted to confirm the selected package and "Download directory". Click next again, this will download PostGIS and ...
https://man.plustar.jp/django/ref/contrib/gis/install/index.html - [similar]
Django 1.5.3 release notes — Django 4.0.6 ドキュメント 6723
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... enhance the security of django.contrib.sessions . Directory traversal vulnerability in ssi template tag ¶ In p ... for more details. 目次 Django 1.5.3 release notes Directory traversal vulnerability in ssi template tag Mitiga ...
https://man.plustar.jp/django/releases/1.5.3.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 6566
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ad (so that uploaded files don't fill up the given directory). For example: class MyModel ( models . Model ): # ... termining the final destination path. 例: def user_directory_path ( instance , filename ): # file will be uploa ... ): upload = models . FileField ( upload_to = user_directory_path ) FileField. storage ¶ A storage object, or a ... ll need to define MEDIA_ROOT as the full path to a directory where you'd like Django to store uploaded files. ( ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
django.utils.module_loading — Django 4.0.6 ドキュメント 6474
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ef module_dir ( module ): """ Find the name of the directory that contains a module, if possible. Raise ValueEr ... ( filename ) raise ValueError ( "Cannot determine directory containing %s " % module ) クイック検索 Last updat ...
https://man.plustar.jp/django/_modules/django/utils/module_loading.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 6474
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s are located in the contrib/admin/templates/admin directory. In order to override one or more of them, first c ... reate an admin directory in your project's templates directory. This can be ... uded with django.contrib.admin . Within this admin directory, create sub-directories named after your app. With ... will lowercase the model name when looking for the directory, so make sure you name the directory in all lowerc ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
Django のインストール方法 — Django 4.0.6 ドキュメント 6474
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ://github.com/django/django.git This will create a directory django in your current directory. Make sure that t ... e, run the command git pull from within the django directory. When you do this, Git will download any changes. ...
https://man.plustar.jp/django/topics/install.html - [similar]
The Django template language: for Python programmers — Django 4.0.6 ドキュメン... 6303
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... w-level Template API yourself. Save templates in a directory specified as a template directory . Django searche ... STALLED_APPS , the loader looks for a templates subdirectory. If the directory exists, Django looks for templat ... which INSTALLED_APPS packages have a templates subdirectory. You can enable this loader by setting APP_DIRS to ... path of index.html as it appears in each template directory the loader looks at. The method doesn't need to ve ...
https://man.plustar.jp/django/ref/templates/api.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 6224
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... etc.), the new manage.py will need to be moved one directory up, so it is outside the project package rather th ... rt it as just myapp , place it outside the mysite/ directory: manage . py myapp / __init__ . py models . py mys ... , Django will use the /path/to/my_project_template directory when you run the following command: django - admin ... e myproject You can also now provide a destination directory as the second argument to both startapp and startp ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT