02cc29fcfd
fix: clean up requirements and import command, update README
...
- requirements.txt: remove unused packages (django-imagekit, django-taggit, python-slugify), keep 4 actual deps
- import_example_images.py: remove grid_size variable and param to fix TypeError
- README.md: correct repo dir name, add comment/search/category/login docs, fix tech stack and project structure, update data model (remove grid_size, add Comment), add v1.1.0 changelog
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-02-25 18:11:01 +08:00
528225300a
feat: integrate python-decouple for environment-based configuration
...
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 >
2026-02-25 17:03:59 +08:00