mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 07:35:50 +03:00
[GH-ISSUE #35] TemplateDoesNotExist at /login/ #26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ncyclon on GitHub (Mar 2, 2013).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/35
After ./manage.py syncdb
login.html
Request Method: GET
Request URL: http://webvirtmgr.local.ru/login/
Django Version: 1.4.3
Exception Type: TemplateDoesNotExist
Exception Value:
login.html
Exception Location: /usr/lib/python2.7/dist-packages/django/template/loader.py in find_template, line 138
Python Executable: /usr/bin/python
Python Version: 2.7.3
Python Path:
['/var/www',
'/usr/lib/python2.7',
'/usr/lib/python2.7/plat-linux2',
'/usr/lib/python2.7/lib-tk',
'/usr/lib/python2.7/lib-old',
'/usr/lib/python2.7/lib-dynload',
'/usr/local/lib/python2.7/dist-packages',
'/usr/lib/python2.7/dist-packages',
'/usr/lib/pymodules/python2.7',
'/var/www/webvirtmgr']
Server time: Sat, 2 Mar 2013 16:30:57 +0200
full http://pastebin.com/NBQEReTR
@retspen commented on GitHub (Mar 3, 2013):
Tested on Django-1.4.0 - 1.4.5. Everything is working fine. You tested in developement mode ./manage.py runserver 0.0.0.0:8080 ?
@ncyclon commented on GitHub (Mar 4, 2013):
After that
./manage.py runserver 0.0.0.0:8080
all works correct.