Add nex requirements and gitignore
This commit is contained in:
parent
614289a564
commit
807812cb2e
2 changed files with 10 additions and 1 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -41,8 +41,16 @@ backups/
|
|||
/static/
|
||||
/media/
|
||||
|
||||
#Generated datas
|
||||
|
||||
/Scripts/photos/
|
||||
|
||||
# Virtualenv
|
||||
env/
|
||||
venv/
|
||||
db.sqlite3
|
||||
shell.nix
|
||||
|
||||
|
||||
|
||||
photologue/upload.md
|
||||
|
|
|
|||
|
|
@ -3,3 +3,4 @@ django-crispy-forms~=1.7
|
|||
Django>=2.2.20
|
||||
ExifRead>=2.1.2
|
||||
Pillow>=6.0.0
|
||||
django-debug-toolbar>=6.1.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue