Removed extra call to `syncdb` that slipped in with r16749.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16750 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Justin Bronn 2011-09-09 22:47:18 +00:00
parent 43329af2e3
commit c4d8b4c0b2
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@ class SpatiaLiteCreation(DatabaseCreation):
# Need to load the SpatiaLite initialization SQL before running `syncdb`.
self.load_spatialite_sql()
call_command('syncdb', verbosity=verbosity, interactive=False, database=self.connection.alias)
# Report syncdb messages at one level lower than that requested.
# This ensures we don't get flooded with messages during testing