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>
This commit is contained in:
2026-02-25 18:10:34 +08:00
parent 181d313b56
commit 02cc29fcfd
3 changed files with 111 additions and 86 deletions

View File

@@ -1,7 +1,4 @@
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