Configure Django App

This commit is contained in:
Alexandre Iooss 2019-07-08 11:08:07 +02:00
parent 5c03f15d6f
commit 3345ddb0f7
No known key found for this signature in database
GPG key ID: 6C79278F3FCDCC02
6 changed files with 59 additions and 30 deletions

2
.gitignore vendored
View file

@ -13,7 +13,7 @@ htmlcov
*.pot
*.pyc
__pycache__/
local_settings.py
settings_local.py
env/
db.sqlite3