summaryrefslogtreecommitdiffstats
path: root/module/web/syncdb_django11.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/web/syncdb_django11.py')
-rw-r--r--module/web/syncdb_django11.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/web/syncdb_django11.py b/module/web/syncdb_django11.py
index 412454176..c579718e0 100644
--- a/module/web/syncdb_django11.py
+++ b/module/web/syncdb_django11.py
@@ -147,8 +147,8 @@ def handle_noargs(**options):
transaction.commit_unless_managed()
# Install the 'initial_data' fixture, using format discovery
- from django.core.management import call_command
- call_command('loaddata', 'initial_data', verbosity=verbosity)
+ #from django.core.management import call_command
+ #call_command('loaddata', 'initial_data', verbosity=verbosity)
if __name__ == "__main__":
handle_noargs() \ No newline at end of file