[Answer]-Django-503 App Maintenance Template Error

1👍

I figured out what the problem was, while doing a pip install, the package did not install the HTML files into the dist-packages directory where Django_503 resides. You need to manually add a templates folder inside Django_503 and then add the respective HTML files.

0👍

Is the path containing admin_warning.html in your setting’s TEMPLATE_DIRS?

Leave a comment