hostinger-django-demo/requirements.txt
thecyberlearn 2f3f1ea867 Initial commit: Django demo project for VPS deployment
🎉 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-29 21:50:08 +05:30

13 lines
221 B
Plaintext

# Core Django
Django==4.2.7
# Configuration & Environment
python-decouple==3.8
dj-database-url==2.1.0
# Production Server & Static Files
gunicorn==21.2.0
whitenoise==6.6.0
# Database (PostgreSQL)
psycopg2-binary==2.9.7