class AlterModelTable(name, table)
[source]
Changes the model’s table name (the db_table
option on the Meta
subclass).
class AlterModelTable(name, table)
[source]
Changes the model’s table name (the db_table
option on the Meta
subclass).
Please login to continue.