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