Call the command to create an organization admin during the initial setup stage.

This commit is contained in:
Roberto Rosario
2016-05-25 01:08:20 -04:00
parent ce0b0a9a79
commit 27c1a33762

View File

@@ -12,4 +12,5 @@ class Command(management.BaseCommand):
management.call_command('createsettings', interactive=False)
management.call_command('migrate', interactive=False)
management.call_command('createautoadmin', interactive=False)
management.call_command('createorganizationadmin', interactive=False)
post_initial_setup.send(sender=self)