mirror of
https://github.com/django/django.git
synced 2025-07-05 02:09:13 +00:00
[mult-db] Removed debug print.
git-svn-id: http://code.djangoproject.com/svn/django/branches/multiple-db-support@3761 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
b92f683f2d
commit
c01d2f4e6a
@ -78,9 +78,6 @@ def get_sql_create(app):
|
||||
|
||||
app_models = models.get_models(app, creation_order=True)
|
||||
for model in app_models:
|
||||
|
||||
print "Get create sql for model", model
|
||||
|
||||
opts = model._meta
|
||||
connection_name = model_connection_name(model)
|
||||
output = connection_output.setdefault(connection_name, [])
|
||||
|
Loading…
x
Reference in New Issue
Block a user