Django management command to run WSGI server for production. Also support serving static files through WhiteNoise.
Usage
Install it from PyPI:-
uv add django-runprod
Add it to INSTALLED_APPS:-
INSTALLED_APPS = [
"django.contrib.admin",
"django.contrib.auth",
"django.contrib.contenttypes",
"django.contrib.sessions",
"django.contrib.messages",
"django.contrib.staticfiles",
"django_runprod",
...
]
Run it through management command:-
python manage.py runprod
License
MIT
Release files for django-runprod 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django_runprod-0.1.2.tar.gz | 4.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_runprod-0.1.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.0 kB
Release files / django_runprod-0.1.2.tar.gz
| Download URL | django_runprod-0.1.2.tar.gz |
|---|---|
| Size | 4.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e3b9bb111221c6a543ce283f6a83435ff0c37f5659b7204c22d1071a071aaeee
|
|
BLAKE2b-256 checksum How to use checksums |
8e5310c4626db76d967cedbf53f2433b5b759028ca4063db9352396e8d0aba21
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.5.4
|
Release files / django_runprod-0.1.2-py3-none-any.whl
| Download URL | django_runprod-0.1.2-py3-none-any.whl |
|---|---|
| Size | 3.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
01dab241a5f8101422e7e21f1210f0081638cc2bdac643695bf4133e02a0cb28
|
|
BLAKE2b-256 checksum How to use checksums |
b5cee5a422c3918ae8b18839365d23f3370bc4e57bb4c1a4acdc343cf32bd61d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.5.4
|