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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django_runprod-0.1.2.tar.gz
(4.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django_runprod-0.1.2.tar.gz.
File metadata
- Download URL: django_runprod-0.1.2.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e3b9bb111221c6a543ce283f6a83435ff0c37f5659b7204c22d1071a071aaeee
|
|
| MD5 |
903283941e6cf065796c5a5fafe41ec0
|
|
| BLAKE2b-256 |
8e5310c4626db76d967cedbf53f2433b5b759028ca4063db9352396e8d0aba21
|
File details
Details for the file django_runprod-0.1.2-py3-none-any.whl.
File metadata
- Download URL: django_runprod-0.1.2-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
01dab241a5f8101422e7e21f1210f0081638cc2bdac643695bf4133e02a0cb28
|
|
| MD5 |
e6ef1b9c1effd9e17e18607dcad44294
|
|
| BLAKE2b-256 |
b5cee5a422c3918ae8b18839365d23f3370bc4e57bb4c1a4acdc343cf32bd61d
|