[GH-ISSUE #35] TemplateDoesNotExist at /login/ #26

Closed
opened 2026-02-27 16:00:44 +03:00 by kerem · 2 comments
Owner

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

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
kerem closed this issue 2026-02-27 16:00:44 +03:00
Author
Owner

@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 ?

<!-- gh-comment-id:14354377 --> @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 ?
Author
Owner

@ncyclon commented on GitHub (Mar 4, 2013):

After that
./manage.py runserver 0.0.0.0:8080

all works correct.

<!-- gh-comment-id:14376155 --> @ncyclon commented on GitHub (Mar 4, 2013): After that ./manage.py runserver 0.0.0.0:8080 all works correct.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtmgr#26
No description provided.