- Language: en
10 results for dir in version 3.2
-
Settings
- … DIR . This setting also determines the default permissions for collected static files when using the collectstatic …
-
The Django template language: for Python programmers
- … DIRS option. The DIRS option Tell Django what your template directories are by using the DIRS …
-
System check framework
- … DIRS': True in your TEMPLATES but also specify 'loaders' in OPTIONS . Either remove APP_DIRS …
-
The staticfiles app
- … DIRS STATICFILES_STORAGE STATICFILES_FINDERS Management Commands django.contrib.staticfiles exposes three management commands. collectstatic django-admin …
-
The form rendering API
- … DIRS=True . Adding the built-in widgets templates directory in DIRS of one of your …
-
django-admin and manage.py
- … DIRS setting In the literal path named by the fixture Django will load any and all fixtures …
-
The sitemap framework
- … DIRS options is set to True . It’s in there by default, so you’ll only …
-
The Django admin site
- … DIRS option of the DjangoTemplates backend in the TEMPLATES setting. If you have customized the 'loaders …
-
The “sites” framework
- … DIRS ), you could farm out to the template system like so: from django.core.mail import send …
-
Model field reference
- … DIR , 'images' ) class MyModel ( models . Model ): file = models . FilePathField ( path = images_path ) FilePathField …