Replace hardcoded SECRET_KEY, DEBUG, ALLOWED_HOSTS, SITE_NAME, COPYRIGHT_TEXT with decouple.config() calls; add CSRF_TRUSTED_ORIGINS support via .env. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
7 lines
137 B
Plaintext
Executable File
7 lines
137 B
Plaintext
Executable File
Django==4.2.0
|
|
Pillow==10.0.0
|
|
django-cleanup==8.0.0
|
|
django-imagekit==4.1.0
|
|
django-taggit==4.0.0
|
|
python-slugify==8.0.1
|
|
python-decouple==3.8 |