aboutsummaryrefslogtreecommitdiffstats
path: root/install.py
diff options
context:
space:
mode:
Diffstat (limited to 'install.py')
-rwxr-xr-xinstall.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/install.py b/install.py
index ac7ceb8..cee7b48 100755
--- a/install.py
+++ b/install.py
@@ -33,4 +33,5 @@ fh = open('local_settings.py', 'w')
fh.write(s)
fh.close()
+call(['./manage.py', 'migrate', '--no-initial-data'])
call(['./manage.py', 'createsuperuser'])