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:
@@ -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
|
||||
Reference in New Issue
Block a user