A production-ready Django starter project with Docker support, PostgreSQL, and best practices for quick project bootstrapping.
- Django 5.1.4 - Latest stable version of Django
- PostgreSQL - Production-ready database setup
- Docker - Containerized development and deployment
- Environment-based Settings - Separate configurations for development and production
- Best Practices - Following Django and Docker best practices
- Security Focused - Secure default configurations
- Docker and Docker Compose
- Git
- Clone the repository:
git clone https://github.com/a-jalilian66/django-starter.git
cd django-starter