Commit Graph

15 Commits

Author SHA1 Message Date
df99d7ae1e setup.sh 已弃用,以README.md为准 2026-02-25 22:27:51 +08:00
06e2813bee 忽略CLAUDE.md 2026-02-25 22:05:44 +08:00
7c49bf3ce4 将127.0.0.1添加至ALLOWED_HOSTS与CSRF_TRUSTED_ORIGINS(example) 2026-02-25 22:05:29 +08:00
0753ab3955 修复主界面总浏览数为0问题 2026-02-25 22:01:58 +08:00
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
181d313b56 更新example-img 2026-02-25 17:21:48 +08:00
f16927d37a 更新example-img 2026-02-25 17:20:45 +08:00
92e858805c 更新example-img 2026-02-25 17:20:25 +08:00
2f97e91940 更新example-img 2026-02-25 17:19:31 +08:00
ba7c037a49 更新example-img 2026-02-25 17:19:26 +08:00
54e9c3ec95 更新example-img 2026-02-25 17:19:21 +08:00
40de0a9aeb 更新example-img 2026-02-25 17:19:14 +08:00
3a3f8691f1 chore: replace example_img with 5 samples from server artworks
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-25 17:14:46 +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
8b57a7b66a Initial commit: Django gallery project
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-25 16:47:17 +08:00