diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-23 15:31:41 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-23 15:31:41 +0200 |
commit | 4a6dfcb759cb6da970dac55a0b9a116114ce71e7 (patch) | |
tree | 15bf03e46bba55e37b6e2ee8be19ff6992df8a62 /module/web/syncdb_django11.py | |
parent | django 1.1 fix (diff) | |
download | pyload-4a6dfcb759cb6da970dac55a0b9a116114ce71e7.tar.xz |
fixes for django 1.1
Diffstat (limited to 'module/web/syncdb_django11.py')
-rw-r--r-- | module/web/syncdb_django11.py | 4 |
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 |