BaseDatabaseSchemaEditor.delete_model(model)
[source]
Drops the model’s table in the database along with any unique constraints or indexes it has.
BaseDatabaseSchemaEditor.delete_model(model)
[source]
Drops the model’s table in the database along with any unique constraints or indexes it has.
Please login to continue.