Commit ed92c1b975fd3c20f75566292ea1cfbf8858fa40

Authored by Alexis Koralewski
1 parent c957b9e1
Exists in dev

fixing install db (load_data) of pyros.py

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
pyros.py
... ... @@ -47,7 +47,7 @@ DEV = True
47 47  
48 48 PYROS_DJANGO_BASE_DIR = "src/core/pyros_django"
49 49 if DEV:
50   - INIT_FIXTURE = "initial_fixture_TZ_dev.json"
  50 + INIT_FIXTURE = "initial_fixture_dev_TZ.json"
51 51 else:
52 52 INIT_FIXTURE = "initial_fixture_TZ.json"
53 53  
... ...