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:
parent
43329af2e3
commit
c4d8b4c0b2
|
@ -36,7 +36,6 @@ class SpatiaLiteCreation(DatabaseCreation):
|
||||||
|
|
||||||
# Need to load the SpatiaLite initialization SQL before running `syncdb`.
|
# Need to load the SpatiaLite initialization SQL before running `syncdb`.
|
||||||
self.load_spatialite_sql()
|
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.
|
# Report syncdb messages at one level lower than that requested.
|
||||||
# This ensures we don't get flooded with messages during testing
|
# This ensures we don't get flooded with messages during testing
|
||||||
|
|
Loading…
Reference in New Issue