Exemplo n.º 1
0
 def topic(self):
     settings_tracker.install()
Exemplo n.º 2
0
 def topic(self):
     settings_tracker.install()
Exemplo n.º 3
0
 def start_environment(cls, settings_path):
     if not settings_path:
         raise RuntimeError('The settings_path argument is required.')
     os.environ['DJANGO_SETTINGS_MODULE'] = settings_path
     settings_tracker.install()