mirror of
https://github.com/thecyberlearn/hostinger-django-demo.git
synced 2026-08-18 10:12:58 +00:00
🎉 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
13 lines
221 B
Plaintext
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 |