Installation
$ [sudo] pip install django-standalone-setup
Features
calls django.setup once only
Config
$ export DJANGO_SETTINGS_MOULE='django_settings'
site-package/django_settings.py
INSTALLED_APPS = [
'your_app',
]
DATABASES = {
'default': {
...
}
}
Examples
script.py
# !/usr/bin/env python
import django_standalone_setup # at the top of module
...
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-standalone-setup-2020.12.3.tar.gz.
File metadata
- Download URL: django-standalone-setup-2020.12.3.tar.gz
- Upload date:
- Size: 1.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
507f2d496504b8f0e38d6fc60866edafc3630ec5b17606d96e447c774b4a35bc
|
|
| MD5 |
42d5dab1f2fa9f2dd6311d542a5769b0
|
|
| BLAKE2b-256 |
9767681a3eb5a5ad0bb54bff6c24208c64d41b2e23f1e614d036d548be9bec1f
|