def handle(self, *args, **options):
     call_command('syncdb', interactive=False)
     from twistranet.core import install
     install.install_theme()
Esempio n. 2
0
 def handle(self, *args, **options):
     cmd = syncdb.Command()
     cmd.execute()
     from twistranet.core import install
     install.install_theme()
Esempio n. 3
0
 def handle(self, *args, **options):
     call_command('syncdb', interactive=False)
     from twistranet.core import install
     install.install_theme()