I installed django-appsettings with
pip install django-appsettings
Everything looked fine and I proceeded by following the documentation, but when trying to access the /appsettings/ URL, I get TemplateDoesNotExist: appsettings/index.html. Looking inside my virtualenv, I see that the templates haven't been installed at all.
I installed django-appsettings with
Everything looked fine and I proceeded by following the documentation, but when trying to access the
/appsettings/URL, I getTemplateDoesNotExist: appsettings/index.html. Looking inside my virtualenv, I see that the templates haven't been installed at all.