diff options
-rwxr-xr-x | install.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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']) |