Error when DEBUG = False ... ALLOWED_HOSTS = [u'xxxxx.pythonanywhere.com']
Not Found The requested URL / was not found on this server.
Error when DEBUG = False ... ALLOWED_HOSTS = [u'xxxxx.pythonanywhere.com']
Not Found The requested URL / was not found on this server.
that sounds like you do not have a '/' url endpoint defined?
Django tried loading these templates, in this order:
Using engine django: django.template.loaders.app_directories.Loader: /usr/local/lib/python3.5/dist-packages/django/contrib/admin/templates/home/index.html (Source does not exist) django.template.loaders.app_directories.Loader: /usr/local/lib/python3.5/dist-packages/django/contrib/auth/templates/home/index.html (Source does not exist)
What is that?
sounds like it's looking for a template called home/index.html but it's not finding it -- maybe you're missing something from your INSTALLED_APPS in settings.py?
Thanks... I forgot to include the name change from kampret to home, of course there is no more kampret.