First time here? Check out the FAQ!

Revision history  [back]

We have a startup tester that runs before any management command.

For example - try python manage.py migrate --list - to see if there are any pending database migrations.

If there are issues with the settings.py or if any required modules are missing - there will be some hints. Try that.

There may be unpredictable error messages in the site output if some dependencies are not satisfied or if settings.py file is not up to date.