Skip to content

Latest commit

 

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  • .env support via django-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

About

Yet another production-ready Django project.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages