Initialize the migration system

This commit is contained in:
Pierre Jaury
2016-06-25 12:57:47 +02:00
parent c73bc47a0e
commit 5d7b3b981d
7 changed files with 177 additions and 14 deletions

5
admin/manage.py Normal file
View File

@@ -0,0 +1,5 @@
from freeposte import manager
if __name__ == "__main__":
manager.run()