diff --git a/.gitignore b/.gitignore index 48437fd..d3ce3bd 100644 --- a/.gitignore +++ b/.gitignore @@ -41,8 +41,16 @@ backups/ /static/ /media/ +#Generated datas + +/Scripts/photos/ + # Virtualenv env/ venv/ db.sqlite3 shell.nix + + + +photologue/upload.md diff --git a/requirements.txt b/requirements.txt index 79b6959..8caabdd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,5 @@ django-allauth>=0.44 django-crispy-forms~=1.7 Django>=2.2.20 ExifRead>=2.1.2 -Pillow>=6.0.0 \ No newline at end of file +Pillow>=6.0.0 +django-debug-toolbar>=6.1.0 \ No newline at end of file