Add nex requirements and gitignore

This commit is contained in:
loulous27 2025-11-23 16:38:47 +01:00
parent 614289a564
commit 807812cb2e
2 changed files with 10 additions and 1 deletions

8
.gitignore vendored
View file

@ -41,8 +41,16 @@ backups/
/static/ /static/
/media/ /media/
#Generated datas
/Scripts/photos/
# Virtualenv # Virtualenv
env/ env/
venv/ venv/
db.sqlite3 db.sqlite3
shell.nix shell.nix
photologue/upload.md

View file

@ -3,3 +3,4 @@ django-crispy-forms~=1.7
Django>=2.2.20 Django>=2.2.20
ExifRead>=2.1.2 ExifRead>=2.1.2
Pillow>=6.0.0 Pillow>=6.0.0
django-debug-toolbar>=6.1.0