Yet another production-ready Django project.
Project description
djprod
Yet another production-ready Django project.
djprod provides a CLI for creating Django projects with a clean structure, ready for real-world deployments. It includes preconfigured settings, static directories, and environment support.
Features
- CLI to generate Django apps and projects
- Pre-separated settings:
base,local,production .envsupport viadjango-environ- PostgreSQL, Sentry, S3 configuration ready
- Includes basic templates and static structure
Installation
pip install djprod
Usage
djprod new myproject
cd myproject
Rename env.example to .env:
mv env.example .env
Run the project using uv:
uv run manage.py runserver
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
djprod-0.2.2.tar.gz
(9.2 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
djprod-0.2.2-py3-none-any.whl
(13.8 kB
view details)
File details
Details for the file djprod-0.2.2.tar.gz.
File metadata
- Download URL: djprod-0.2.2.tar.gz
- Upload date:
- Size: 9.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9415e391f1086cfd2f63a32f9ffe216aca06450cf5f21087f90e7ee8d01d97fc
|
|
| MD5 |
0048c754bb512cf683bfad448d040b4a
|
|
| BLAKE2b-256 |
cfc612029fe60d53824fbda77360361128a4f6c776a9b1145be27efa0f177315
|
File details
Details for the file djprod-0.2.2-py3-none-any.whl.
File metadata
- Download URL: djprod-0.2.2-py3-none-any.whl
- Upload date:
- Size: 13.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8414099e9e203a3a44b8dde2c6925256f75c5cb52ac52a70877b94ca56f6b229
|
|
| MD5 |
40a278af30e6aa20bf22150b36c29528
|
|
| BLAKE2b-256 |
285cb6ff0192ff213ef0791ba32592af8fe87cc4c9ac6c4d50af36a98478d5bf
|