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.1.1.tar.gz
(8.5 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.1.1-py3-none-any.whl
(12.7 kB
view details)
File details
Details for the file djprod-0.1.1.tar.gz.
File metadata
- Download URL: djprod-0.1.1.tar.gz
- Upload date:
- Size: 8.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
03c65348bee02f75701a0e18feb138f95d1d1390f83624ad7eff8461e6475ff6
|
|
| MD5 |
304ff65d3e4362f9b36a9621f7be98b4
|
|
| BLAKE2b-256 |
66a5a491758f1afad9d5ad1351c43348fbf849b6fdce5cda1ec936f183ceb8c4
|
File details
Details for the file djprod-0.1.1-py3-none-any.whl.
File metadata
- Download URL: djprod-0.1.1-py3-none-any.whl
- Upload date:
- Size: 12.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cfc65221472990ad47846ba9e01e76997ba813cc362735bae09f06bda153968a
|
|
| MD5 |
96e755b6b2557c426cf4e312d252f4c4
|
|
| BLAKE2b-256 |
5b3bf16a47fd4e0abef5a53ad7e2ce1988d5a32bb230c73b26009689c832f2fa
|