- Language: en
39 results for "django-admin" in version 5.1
-
django-admin and manage.py
- … django-admin compilemessages --exclude=pt_BR django-admin compilemessages --exclude=pt_BR --exclude=fr django …
-
How to create custom django-admin commands
- … django-admin commands Applications can register their own actions with manage.py . For example, you might …
-
Translation
- … django-admin makemessages , run django-admin compilemessages like this: django-admin compilemessages That’s it. Your …
-
Troubleshooting
- … Django applications. Problems running django-admin command not found: django-admin django-admin should be on your …
-
Django settings
- … django-admin runserver Example (Windows shell): set DJANGO_SETTINGS_MODULE=mysite.settings django-admin runserver Use the --settings …
-
Writing documentation
- … django-admin commands: .. django-admin :: migrate To link, use :djadmin:`migrate` . django-admin command-line …
-
The staticfiles app
- … django-admin runserver --nostatic ...\> django-admin runserver --nostatic --insecure Use the --insecure option to force …
-
Writing your first Django app, part 2
- … django-admin documentation for full information on what the manage.py utility can do. Playing with …
-
Settings
- … Django installation. This is used to provide cryptographic signing , and should be set to a unique, unpredictable value. django-admin …
-
GeoDjango Tutorial
- … django-admin script to create a project called geodjango : / $ django-admin startproject …