modern-django-starter/requirements/base.txt
Django Template 4bbc56a08f Initial commit: Django boilerplate with authentication, Docker, and Dokploy support
 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
2025-09-11 09:36:55 +05:30

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