check if django app has errors

linkaiyi
Follow

I know this is an old answer but I will contribute with my solution:

As a way to diagnose the source of the problem run

manage.py check

and see if you find anything there

In my case an outdated requirement was the issue and django was failing to import a submodule

Make sure that your requirements are up to date

Object has 0 attachments

Was this article helpful?

This article is viewed 41 times!

0 Comments

Leave a Comment

Support