from django.db import connections
with connections['default'].schema_editor() as schema_editor:
schema_editor.create_model(ModeName)
from django.db import connections
with connections['default'].schema_editor() as schema_editor:
schema_editor.create_model(ModeName)