mirror of
https://github.com/thecyberlearn/modern-django-starter.git
synced 2026-08-18 07:52:54 +00:00
✨ Features: - Complete Django project with authentication - Email/password and social login (Google, Facebook) - Role-based access control (admin, staff, user) - Docker and Docker Compose setup - Production-ready configuration - Static file handling with WhiteNoise - PostgreSQL database integration - Comprehensive documentation - GitHub CI/CD workflows - Dokploy deployment configuration 🚀 Ready for deployment on Dokploy, Heroku, Railway, and other platforms
7 lines
130 B
Plaintext
7 lines
130 B
Plaintext
Django==4.2.7
|
|
django-allauth==0.57.0
|
|
python-decouple==3.8
|
|
psycopg2-binary==2.9.7
|
|
Pillow==10.0.1
|
|
whitenoise==6.6.0
|
|
gunicorn==21.2.0 |