Add postgresql database

This commit is contained in:
Stephan Porada
2019-09-05 14:43:36 +02:00
parent 3b57211da9
commit 8d7f053a4c
4 changed files with 42 additions and 4 deletions

1
.gitignore vendored
View File

@ -2,4 +2,5 @@ data_dev.sqlite
migrations
venv
.env
.env_database
__pycache__