My query is related to migrations. For example when I am copying models
file code from old app to new app by commenting previous old app models
file. Then after I run migrations but the tables are not getting created
in the database.
{{{
ModuleNotFoundError: No module named 'django.db.migrations.migration'
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/33521>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* resolution: => invalid
Comment:
If you're having trouble understanding how Django works, see
TicketClosingReasons/UseSupportChannels for ways to get help. Trac is not
a support channel.
--
Ticket URL: <https://code.djangoproject.com/ticket/33521#comment:1>