Re: runserver hangs forever, without log of error in console, in two cases

2021-02-09 Thread Carlton Gibson
Hi Michael. Welcome! I think on both of these a general, "Yes please, if you want to work on it, super!" is appropriate. On 1, there's already a system check warning: System check identified no issues (0 silenced). You have 1 unapplied migration(s). Your project may not work properly until you

Re: runserver hangs forever, without log of error in console, in two cases

2021-02-09 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
Carlton - I'm not sure the first issue is covered by the pending migrations check. His post mentions needing to modify the DB router class for the new app. As I understand it, Michael wants a new check that the DB router allows migration of every app on at least one database. I'm not sure *that* ch