This project in local works ok, but deploying here don't search templates in the /home/heysi/.virtualenvs/heysiweb_venv/django/contrib/admin then:
TemplateDoesNotExist at /admin/
admin/login.html
Request Method: GET
Request URL: http://heysi.pythonanywhere.com/admin/
Django Version: 1.3.1
Exception Type: TemplateDoesNotExist
Exception Value:
admin/login.html
Exception Location: /home/heysi/.virtualenvs/heysiweb_venv/local/lib/python2.7/site-packages/django/template/loader.py in find_template, line 138
Python Executable: /usr/local/bin/uwsgi
Python Version: 2.7.12
Python Path:
['./heysiweb',
'/var/www',
Django tried loading these templates, in this order:
Using loader django.template.loaders.filesystem.Loader:
/home/heysi/heysiweb/templates/admin/login.html (File does not exist)
Using loader django.template.loaders.app_directories.Loader:
/home/heysi/heysiweb/django_wysiwyg/templates/admin/login.html (File does not exist)
/home/heysi/heysiweb/tinymce/templates/admin/login.html (File does not exist)
don't search in the : /home/heysi/.virtualenvs/heysiweb_venv/django/contrib/admin/templates
my web app config:
What your site is running.
Source code:
/home/heysi/heysiweb/ Go to directory
Working directory:
/home/heysi/ Go to directory
WSGI configuration file:
/var/www/heysi_pythonanywhere_com_wsgi.py
Python version:
2.7
Virtuanenv:
/home/heysi/.virtualenvs/heysiweb_venv
Static files:
/static/ /home/heysi/heysiweb/static/
Some help?