organizations&organizationtypes

This commit is contained in:
Andreas Stephanides
2017-02-10 22:06:49 +01:00
parent 0c1b586962
commit 621e1ca1ad
19 changed files with 474 additions and 86 deletions

3
init_database.py Normal file
View File

@@ -0,0 +1,3 @@
from src.database import init_db
init_db()