migrate_schemas: remove warning about migration of public schema (#36560)

This commit is contained in:
Nicolas Roche 2019-09-30 17:39:02 +02:00
parent d292cb96f4
commit 89e088a65f
1 changed files with 3 additions and 0 deletions

View File

@ -48,3 +48,6 @@ class Command(StaticRunserverCommand):
if use_static_handler and (settings.DEBUG or insecure_serving):
return TenantStaticFilesHandler(handler)
return handler
def check_migrations(self):
pass