Split the create_database task into create_database and create_user tasks

This commit is contained in:
Roberto Rosario
2012-10-01 02:34:58 -04:00
parent 79fb7e65cd
commit 416729fee0
3 changed files with 19 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ def install():
platform.install_mayan()
platform.install_database_manager()
database.create_database()
database.create_user()
django.database_config()
django.syncdb()
django.collectstatic()