Re: TemplateDoesNotExist at /

2022-06-05 Thread bnmng
What it the URL that is causing this error? On Saturday, June 4, 2022 at 10:59:13 AM UTC-4 pm29...@gmail.com wrote: > TemplateDoesNotExist at /home.html > Request Method: > GET > Request URL: > http://127.0.0.1:8000/ > Django Version: > 4.0.3 > Exception Type: > Templ

TemplateDoesNotExist at /

2022-06-04 Thread peter softy
TemplateDoesNotExist at /home.html Request Method: GET Request URL: http://127.0.0.1:8000/ Django Version: 4.0.3 Exception Type: TemplateDoesNotExist Exception Value: home.html Exception Location: C:\Users\softy\AppData\Local\Programs\Python\Python310\lib\site-packages\django\template\loader.py

Re: TemplateDoesNotExist at /catalog/books/

2021-10-06 Thread Никита Назаров
, October 6, 2021 at 5:00:42 PM UTC+2 nazni...@gmail.com >>> wrote: >>> >>>> Thank you! >>>> I corrected as you wrote. But I also have this mistake ( >>>> TemplateDoesNotExist at /catalog/books/ >>>> catalog/book_list.html,

Re: TemplateDoesNotExist at /catalog/books/

2021-10-06 Thread Adeyemi Deji
st like this [] with no space >> or better still change to [os.path.join(BASE_DIR, 'catalog/templates')] >> >> On Wednesday, October 6, 2021 at 5:00:42 PM UTC+2 nazni...@gmail.com >> wrote: >> >>> Thank you! >>> I corrected as you wrote.

Re: TemplateDoesNotExist at /catalog/books/

2021-10-06 Thread Никита Назаров
7;catalog/templates')] > > On Wednesday, October 6, 2021 at 5:00:42 PM UTC+2 nazni...@gmail.com > wrote: > >> Thank you! >> I corrected as you wrote. But I also have this mistake ( >> TemplateDoesNotExist at /catalog/books/ >> catalog/book_list.html, catalog/book_l

Re: TemplateDoesNotExist at /catalog/books/

2021-10-06 Thread Adeyemi Deji
.com wrote: > Thank you! > I corrected as you wrote. But I also have this mistake ( > TemplateDoesNotExist at /catalog/books/ > catalog/book_list.html, catalog/book_list.html). > Might I take the wrong path? (my path is below picture) > Also thank you for helping me. I am grateful to you

Re: TemplateDoesNotExist at /catalog/books/

2021-10-06 Thread Adeyemi Deji
m_term=link> > <#m_1024950781820118978_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> > > On Wed, Oct 6, 2021 at 3:09 PM Никита Назаров > wrote: > >> It also doesn't work. I see this error :"TemplateDoesNotExist at >> /catalog/books/ catalog/book_list.html,

Re: TemplateDoesNotExist at /catalog/books/

2021-10-06 Thread Adeyemi Deji
e=link&utm_campaign=sig-email&utm_content=webmail&utm_term=link> <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> On Wed, Oct 6, 2021 at 3:09 PM Никита Назаров wrote: > It also doesn't work. I see this error :"TemplateDoesNotExist at > /catalog/books/ catalog/book_list.htm

Re: TemplateDoesNotExist at /catalog/books/

2021-10-06 Thread Никита Назаров
It also doesn't work. I see this error :"TemplateDoesNotExist at /catalog/books/ catalog/book_list.html, catalog/book_list.html" My views.py is below. Also, I checked on GitHub Mozilla ( https://github.com/mdn/django-locallibrary-tutorial/blob/master/catalog/views.py).

Re: TemplateDoesNotExist at /catalog/books/

2021-10-06 Thread Adeyemi Deji
s.BookListView.as_view(), name='books'), >> path('book/', views.BookDetailView.as_view(), name='book-detail' >> ), >> ] >> >> >> >> >> ср, 6 окт. 2021 г. в 12:45, Adeyemi Deji : >> >>> for example. >>>

Re: TemplateDoesNotExist at /catalog/books/

2021-10-06 Thread Adeyemi Deji
>> >> On Wed, Oct 6, 2021 at 11:32 AM Никита Назаров >> wrote: >> >>> Hello! >>> Thank you! >>> I'm sorry. How could I do this? >>> >>> среда, 6 октября 2021 г. в 11:20:19 UTC+3, adeyem...@gmail.com: >>>

Re: TemplateDoesNotExist at /catalog/books/

2021-10-06 Thread Никита Назаров
ита Назаров > wrote: > >> Hello! >> Thank you! >> I'm sorry. How could I do this? >> >> среда, 6 октября 2021 г. в 11:20:19 UTC+3, adeyem...@gmail.com: >> >>> Hi, I observed that you didn't specify the template name attribute for >>&g

Re: TemplateDoesNotExist at /catalog/books/

2021-10-06 Thread Adeyemi Deji
>> 'django.contrib.auth.password_validation.UserAttributeSimilarityValidator', >>> >>> }, >>> >>> { >>> >>> 'NAME': >>> 'django.contrib.auth.password_validation.MinimumLengthValidator', &

Re: TemplateDoesNotExist at /catalog/books/

2021-10-06 Thread Никита Назаров
ay, October 5, 2021 at 10:37:19 PM UTC+2 nazni...@gmail.com wrote: > >> Hello! >> I’m beginner in Django. I do Django Tutorial from Mozilla. >> I get TemplateDoesNotExist at /catalog/books/ . Could you help me?. I >> don’t understand how to resolve it. >> >>

Re: TemplateDoesNotExist at /catalog/books/

2021-10-06 Thread Adeyemi Deji
la. > I get TemplateDoesNotExist at /catalog/books/ . Could you help me?. I > don’t understand how to resolve it. > > */catalog/urls* > > from django.urls import path > > from . import views > > urlpatterns = [ > > path('', views.index, name='inde

TemplateDoesNotExist at /catalog/books/

2021-10-05 Thread Никита Назаров
Hello! I’m beginner in Django. I do Django Tutorial from Mozilla. I get TemplateDoesNotExist at /catalog/books/ . Could you help me?. I don’t understand how to resolve it. */catalog/urls* from django.urls import path from . import views urlpatterns = [ path('', views.index, n

Re: TemplateDoesNotExist at /accounts/logout/ logout.html

2020-01-07 Thread Kasper Laudrup
Hi Parvez. On 07/01/2020 10.13, Parvez Khan Pathan wrote: i'm new to django and learning from Udemy Bootcamp course but i make Blog Post WEb using django Everything is work good Except Logout can you please help out where made i mistake... If you read the error messages it clearly shows what

Re: TemplateDoesNotExist at /accounts/logout/ logout.html

2020-01-07 Thread ramadhan ngallen
de Villiers , wrote: > Parvez, > Please paste the code, not a pic of the code – it’s too small to read. > > Bruckner de Villiers > 083 625 1086 > > From: on behalf of Parvez Khan Pathan > > Reply to: > Date: Tuesday, 07 January 2020 at 11:15 > To: Django users

Re: Django 2.7.1 - "TemplateDoesNotExist at /munichlivingapp/seekers/ "

2019-03-30 Thread kamibarut609
ight inside the templates directory. > > On Saturday, March 30, 2019 at 6:40:08 PM UTC+4:30, kamiba...@gmail.com > wrote: >> >> Hello, >> >> I thought I would post here the link to the question (which was not >> answered) I just asked on Stackoverflow. >&

Re: Django 2.7.1 - "TemplateDoesNotExist at /munichlivingapp/seekers/ "

2019-03-30 Thread Mohammad Etemaddar
e the templates directory. On Saturday, March 30, 2019 at 6:40:08 PM UTC+4:30, kamiba...@gmail.com wrote: > > Hello, > > I thought I would post here the link to the question (which was not > answered) I just asked on Stackoverflow. > > > https://stackoverflow.com/questi

Django 2.7.1 - "TemplateDoesNotExist at /munichlivingapp/seekers/ "

2019-03-30 Thread kamibarut609
Hello, I thought I would post here the link to the question (which was not answered) I just asked on Stackoverflow. https://stackoverflow.com/questions/55431695/django-2-7-1-templatedoesnotexist-at-munichlivingapp-seekers Any suggestions are welcome. Thanks. K. -- You received this

Re: TemplateDoesNotExist at /vmail/inbox/

2019-02-05 Thread senthu nithy
Get i,Thank you! K.Senthuja Undergraduate Student (UOJ), https://www.linkedin.com/in/senthuja/ https://medium.com/@senthujakarunanithy On Tue, Feb 5, 2019 at 8:53 AM Alex Kimeu wrote: > It means the template you are trying to render is either not created or > not in the location where Django ex

Re: TemplateDoesNotExist at /vmail/inbox/

2019-02-04 Thread Alex Kimeu
It means the template you are trying to render is either not created or not in the location where Django expects to be. Django does not see the template you are trying to render. On Tue, 5 Feb 2019, 04:28 senthu nithy I am doing a project using Django. I got this error. I don't understand > what

Re: "TemplateDoesNotExist at /"

2017-02-25 Thread Michal Petrucha
On Sat, Feb 25, 2017 at 01:20:49PM -0800, Richard Belew wrote: > "TemplateDoesNotExist at /" > > (full trace log at http://dpaste.com/3XZ8H3C) > > this must be near the top of django newby issues, but i'm stumped > on the simplest example i

Re: "TemplateDoesNotExist at /"

2017-02-25 Thread Richard Belew
wow, very good and thank you!it was this mal-formed line: 'DIRS': [ ( os.path.join(BASE_DIR, 'templates'), ) ], which should have been: 'DIRS': [ os.path.join(BASE_DIR, 'templates'), ], i had an extra set of parentheses, for whatever bad reason. thanks again! On Saturda

Re: "TemplateDoesNotExist at /"

2017-02-25 Thread ludovic coues
yep, look like your settings are wrong try to add that at the end of your settings.py and watch the console you are using to launch django print(TEMPLATES["DIRS"]) print(BASE_DIR) 2017-02-25 23:05 GMT+01:00 Richard Belew : > another possibly relevant bit: the Template-loader postmortem s

Re: "TemplateDoesNotExist at /"

2017-02-25 Thread Richard Belew
another possibly relevant bit: the Template-loader postmortem shows: Django tried loading these templates, in this order: > > Using engine django: > >- django.template.loaders.filesystem.Loader: > > /Data/virtualenv/django/djggProj/('/Data/virtualenv/django/djggProj/templates',)/index.ht

"TemplateDoesNotExist at /"

2017-02-25 Thread Richard Belew
"TemplateDoesNotExist at /" (full trace log at http://dpaste.com/3XZ8H3C) this must be near the top of django newby issues, but i'm stumped on the simplest example i can generate: i've used the `settings.TEMPLATES.DIRS` variable to specify a shared templates directory (als

Re: TemplateDoesNotExist at/

2016-08-13 Thread Andrew Emory
I figured it out. Of course, now the form isn't rendering... But at least Django isn't throwing that error anymore. for all those who are curious, I was one directory shallow on the template file's location. I was telling Django to look in static/templates when I needed to tell it to look in

Re: TemplateDoesNotExist at/

2016-08-13 Thread Andrew Emory
Actually, its Django 1.9. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-

TemplateDoesNotExist at/

2016-08-13 Thread Andrew Emory
I am having a problem figuring this out and I think there is something wrong with my TEMPLATES dictionary in settings.py. I have my templates in static/templates/app_name and static is in the same directory as my project source. So I have nested os.path.join and os.path.dirname as follows:

Re: TemplateDoesNotExist at / Error WIth Django 1.8.4 (URGENT)

2015-10-06 Thread ABHIJIT PATKAR
Keep the template folder into your app folder and try it again. --Abhijit Patkar On Tue, Oct 6, 2015 at 10:27 AM, Lachlan Musicman wrote: > do you have a template in a directory called templates? That directory > should be at the same level as manage.py > -- > The most dangerous phrase in t

Re: TemplateDoesNotExist at / Error WIth Django 1.8.4 (URGENT)

2015-10-06 Thread Nelson Varela
Did you notice the name of your template? It says login.html.html On Tuesday, October 6, 2015 at 12:23:45 PM UTC+2, dannette opot wrote: > > I get the above error when I try to access the login.html. > > Attached are my application files. > -- You received this message because you are subscribe

Re: TemplateDoesNotExist at / Error WIth Django 1.8.4 (URGENT)

2015-10-06 Thread Lachlan Musicman
do you have a template in a directory called templates? That directory should be at the same level as manage.py -- The most dangerous phrase in the language is, "We've always done it this way." - Grace Hopper On 6 October 2015 at 15:54, dannette opot wrote: > I get the above error when I tr

Re: Stuck with TemplateDoesNotExist at /

2013-09-02 Thread vogernewsletters
/> where the author walks through the creation of a simple microblog. I tried to follow the tutorial to the point but I keep getting TemplateDoesNotExist at /. Then I tried to modify few things but still I keep getting the error. Right now the configuration is l

Re: Stuck with TemplateDoesNotExist at /

2013-09-02 Thread Sandro Dutra
a simple microblog. > > I tried to follow the tutorial to the point but I keep getting > TemplateDoesNotExist at /. Then I tried to modify few things but still I > keep getting the error. Right now the configuration is like this. > > My project tree: > > microb

Stuck with TemplateDoesNotExist at /

2013-09-02 Thread vogernewsletters
to the point but I keep getting TemplateDoesNotExist at /. Then I tried to modify few things but still I keep getting the error. Right now the configuration is like this. My project tree: microblog/ ??? manage.py ??? microblog ? ??? __init__.py ? ??? __init__.pyc ? ??? se

Stuck with TemplateDoesNotExist at /

2013-09-02 Thread Voyager
oblem is that no matter what I do I always get an error "TemplateDoesNotExist at /" I began following the tutorial to the point but trying to overcome the problem I did a few changes. Right now I have a folder structure like this: microblog/ ├── manage.py ├── microblog │

django 1.4 - admin TemplateDoesNotExist at /admin/auth/user/

2012-05-12 Thread Josh J
. However on apache using mod_wsgi the admin pages work. Any ideas? The errors are TemplateDoesNotExist at /admin/auth/user/ admin/auth/user/change_list.html, admin/auth/change_list.html, admin/change_list.html Request Method:GETRequest URL:http://localhost:8000/admin/auth/user/Django Version

Re: TemplateDoesNotExist at /search/

2011-12-21 Thread Tebogo Moloi
On Dec 21, 7:18 pm, Tom Evans wrote: > On Wed, Dec 21, 2011 at 5:04 PM, Tebogo Moloi wrote: > > Hi guys I am getting this error every time i submit the form, when the > > submit and the field is empty the error message appears, which > > indicates that django does see the templates which I have

Re: TemplateDoesNotExist at /search/

2011-12-21 Thread Tom Evans
On Wed, Dec 21, 2011 at 5:04 PM, Tebogo Moloi wrote: > Hi guys I am getting this error every time i submit the form, when the > submit and the field is empty the error message appears, which > indicates that django does see the templates which I have set in the > settings. > Are you trying to say

TemplateDoesNotExist at /search/

2011-12-21 Thread Tebogo Moloi
tring 169. t = get_template(template_name) File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ site-packages/django/template/loader.py" in get_template 145. template, origin = find_template(template_name) File "/Library/Frameworks/Python.framework/V

Re: TemplateDoesNotExist at /admin/ - admin/login.html

2011-03-27 Thread Jimmy
Thank you tracey, I already allow web server to read the files and it works. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to djang

Re: TemplateDoesNotExist at /admin/ - admin/login.html

2011-03-23 Thread Karen Tracey
On Wed, Mar 23, 2011 at 9:30 PM, Jimmy wrote: > Template Loader Error: > Django tried loading these templates, in this order: > Using loader django.template.loaders.filesystem.Loader: > /home/jimmy/django_projects/hermis/templates/admin/login.html (File > exists) > Using loader django.template.lo

TemplateDoesNotExist at /admin/ - admin/login.html

2011-03-23 Thread Jimmy
/python2.6/django/shortcuts/__init__.py" in render_to_response 20. return HttpResponse(loader.render_to_string(*args, **kwargs), **httpresponse_kwargs) File "/usr/lib/python2.6/django/template/loader.py" in render_to_string 181. t = get_template(template_name) File &qu

Re: Tutorial Error - TemplateDoesNotExist at /polls/

2010-10-21 Thread Robbington
Apologies, I wasnt sure which bit of the tutorial you where at. I think I see now the problem. Did you just stop reading after you entered the last bit of code in views.py? """Reload the page. Now you'll see an error: TemplateDoesNotExist at /polls/""" So

Re: Tutorial Error - TemplateDoesNotExist at /polls/

2010-10-21 Thread TheNational22
I fully understood that and I thought it was implied in that I said I was working with the tutorial I would have that file created. You only asked where my template dir was directed to and that I put urls.py in my reply, I would have put this in there if you had requested. Here it is. Now, as far a

Re: Tutorial Error - TemplateDoesNotExist at /polls/

2010-10-21 Thread Robbington
You see, what I tried to explain in the last message, my friend was that index in 'polls.views.index') doesnt point the url polls/ to the index.html but to the function you are suppose to create in the views.py file in your app directory. Your view.py file (inside your poll app folder)should look

Re: Tutorial Error - TemplateDoesNotExist at /polls/

2010-10-21 Thread TheNational22
The index.html file is in the right location, what worries me is that the template loaders are showing that they are loading nothing. In all the other qustion in the google groups here that referenced an isssue with templates not loading, their traceback had something like unable to find documnet a

Re: Tutorial Error - TemplateDoesNotExist at /polls/

2010-10-21 Thread Robbington
Where is your template_dirs in settings.py pointed too? If you can post your urls.py. Looking at the tutorial again, (r'^polls/$', 'polls.views.index'), means that the url 'polls' will serve the index function in the views.py file inside your polls app. Your index.html should lie inside the top l

Tutorial Error - TemplateDoesNotExist at /polls/

2010-10-21 Thread TheNational22
I searched the posts for this, but I couldn't find my issue. I am getting TemplateDoesNotExist at /polls/ when after adding the index.html, but the template loaders show no directory being loaded. My traceback is here http://dpaste.com/261308/. Thanks for the input. -- You received this me

Re: TemplateDoesNotExist at /admin/

2010-03-20 Thread ragingmon
o-tutorial02 > > I got stuck looking for solution to this problem. I always get a > TemplateDoesNotExist at /admin/ when going tohttp://localhost:8000/admin/. > I tried placing '/usr/lib/python2.5/site-packages/django/contrib/admin/ > templates', in TEMPLATE_DIRS but nothin

TemplateDoesNotExist at /admin/

2010-03-20 Thread ragingmon
Hello all I'm using cygwin 1.7 in windows7 with django 1.1.1 and python 2.5.2. I followed this tut http://docs.djangoproject.com/en/1.1/intro/tutorial02/#intro-tutorial02 I got stuck looking for solution to this problem. I always get a TemplateDoesNotExist at /admin/ when going to

Re: Django tutorial: TemplateDoesNotExist at /admin/

2010-01-04 Thread nameless
I have reinstalled django and now work ^_^ - On Jan 3, 5:52 pm, Daniel Roseman wrote: > On Jan 3, 1:52 pm, nameless wrote: > > > > > I am using tutorial on django official documentation. But when I point > > tohttp://127.0.0.1:8000/admin/, I get this error: &g

Re: Django tutorial: TemplateDoesNotExist at /admin/

2010-01-03 Thread Daniel Roseman
On Jan 3, 1:52 pm, nameless wrote: > I am using tutorial on django official documentation. But when I point > tohttp://127.0.0.1:8000/admin/, I get this error: > > TemplateDoesNotExist at /admin/ > > admin/login.html > > Request Method:         GET > Request URL:    

Re: Django tutorial: TemplateDoesNotExist at /admin/

2010-01-03 Thread nadae ivar badio
> On Sun, Jan 3, 2010 at 10:52 AM, nameless wrote: > > > I am using tutorial on django official documentation. But when I point > > > tohttp://127.0.0.1:8000/admin/, I get this error: > > > > > TemplateDoesNotExist at /admin/ > > > > > admin/login.ht

Re: Django tutorial: TemplateDoesNotExist at /admin/

2010-01-03 Thread nameless
tion. But when I point > > tohttp://127.0.0.1:8000/admin/, I get this error: > > > TemplateDoesNotExist at /admin/ > > > admin/login.html > > > Request Method:         GET > > Request URL:    http://127.0.0.1:8000/admin/ > > Exception Type:        

Re: Django tutorial: TemplateDoesNotExist at /admin/

2010-01-03 Thread Ramiro Morales
On Sun, Jan 3, 2010 at 10:52 AM, nameless wrote: > I am using tutorial on django official documentation. But when I point > to http://127.0.0.1:8000/admin/ , I get this error: > > > TemplateDoesNotExist at /admin/ > > admin/login.html > > Request Method:        

Django tutorial: TemplateDoesNotExist at /admin/

2010-01-03 Thread nameless
I am using tutorial on django official documentation. But when I point to http://127.0.0.1:8000/admin/ , I get this error: TemplateDoesNotExist at /admin/ admin/login.html Request Method: GET Request URL:http://127.0.0.1:8000/admin/ Exception Type: TemplateDoesNotExist

Re: TemplateDoesNotExist at /admin/ on Centos with Django 1.1.1

2009-10-20 Thread Karen Tracey
On Sun, Oct 18, 2009 at 8:41 PM, Christophe Pettus wrote: > > Greetings, > > I'm installing Django on a Centos 5.3 system, running under mod_wsgi > on Apache, using Django 1.1.1. In a very basic install, when I > attempt to access the /admin/ URL, I get the above error... but the > templates are

Re: TemplateDoesNotExist at /admin/ on Centos with Django 1.1.1

2009-10-19 Thread nausikaa
Hi Christophe Can you post some more information? What does settings.py look like? What does urls.py look like? How do you register the Models at the admin interface? On Oct 19, 2:41 am, Christophe Pettus wrote: > Greetings, > > I'm installing Django on a Centos 5.3 system, running under mod

TemplateDoesNotExist at /admin/ on Centos with Django 1.1.1

2009-10-18 Thread Christophe Pettus
Greetings, I'm installing Django on a Centos 5.3 system, running under mod_wsgi on Apache, using Django 1.1.1. In a very basic install, when I attempt to access the /admin/ URL, I get the above error... but the templates are there: thebu...@blog templates]$ ls /opt/python2.6/lib/python2.6

Re: problem: TemplateDoesNotExist at /admin/ (linux)

2009-08-04 Thread LuXo Jarufe
Only reinstaling the last version of django this error dissapear, 'cause I had problems with the css too, in the stable version the css didn't work, in windows the things are different beacuse the installation is incomplete in some cases and you must copy manually the templates directories (admin)

Re: problem: TemplateDoesNotExist at /admin/ (linux)

2009-07-30 Thread Karen Tracey
On Thu, Jul 30, 2009 at 9:59 AM, monkut wrote: > > Hmmm... I'm having the same error. > I just installed 1.1 with python 2.6.2, on Windows vista. > > I set up a new project using django-admin.py and a new app to throw > together a new project. > All in all that took under an hour from download. >

Re: problem: TemplateDoesNotExist at /admin/ (linux)

2009-07-30 Thread monkut
Hmmm... I'm having the same error. I just installed 1.1 with python 2.6.2, on Windows vista. I set up a new project using django-admin.py and a new app to throw together a new project. All in all that took under an hour from download. Now, I've spent just about an hour looking around to find out

Re: problem: TemplateDoesNotExist at /admin/ (linux)

2009-07-26 Thread Alexandru Nedelcu
On Sun, 2009-07-26 at 15:15 -0700, LuXo Jarufe wrote: > Hi, I want to use the admin but I have this problem, I was following > the tutorial in djangoproject but when I execute the admin this > appears: > > TemplateDoesNotExist at /admin/ Hi, In settings.py you have

Re: problem: TemplateDoesNotExist at /admin/ (linux)

2009-07-26 Thread Some Guy
ng > the tutorial in djangoproject but when I execute the admin this > appears: > > TemplateDoesNotExist at /admin/ > > admin/login.html > > Request Method:         GET > Request URL:    http://127.0.0.1:8000/admin/ > Exception Type:         TemplateDoesNotExist &

problem: TemplateDoesNotExist at /admin/ (linux)

2009-07-26 Thread LuXo Jarufe
Hi, I want to use the admin but I have this problem, I was following the tutorial in djangoproject but when I execute the admin this appears: TemplateDoesNotExist at /admin/ admin/login.html Request Method: GET Request URL:http://127.0.0.1:8000/admin/ Exception Type

Re: TemplateDoesNotExist at /admin/ on Linux (Xubuntu) while doing Django Tutorial 2

2009-03-24 Thread brad
install, and it's not something I can remember hearing > from anyone else, so whatever install method you used seems to have been a > bit unusual and somewhat broken > > Karen I've just installed Django-1.0.2-final on a Red Hat Linux system, and I've also run in

Re: TemplateDoesNotExist at /admin/ on Linux (Xubuntu) while doing Django Tutorial 2

2009-03-02 Thread Karen Tracey
On Sun, Mar 1, 2009 at 10:56 PM, Chris Verehhotti < chris.peresso...@gmail.com> wrote: > > > however, in my Thunar file viewer, every icon has a little "X" on it > > -- this makes me think it's a permissions issue, but I'm a Linux n00b > > and am not sure how to go about fixing this. Do I need to

Re: TemplateDoesNotExist at /admin/ on Linux (Xubuntu) while doing Django Tutorial 2

2009-03-01 Thread Chris Verehhotti
> however, in my Thunar file viewer, every icon has a little "X" on it > -- this makes me think it's a permissions issue, but I'm a Linux n00b > and am not sure how to go about fixing this.  Do I need to do some > kind of recursive chmod on the entire django tree in site-packages? So. Probably w

TemplateDoesNotExist at /admin/ on Linux (Xubuntu) while doing Django Tutorial 2

2009-03-01 Thread Chris Verehhotti
Hi. I've read the many posts about this problem where Django's admin templates didn't exist up in Python's site-packages directory, but that doesn't seem to be my problem -- in fact, perhaps this is a question for a Linux group, but I'm hoping that there'll be a reader of this group who uses Djan

Re: TemplateDoesNotExist at /admin/

2008-07-19 Thread eka
I just got a MacBook with Tiger os. Installed MacPython and got Django from SVN. Followed the installation on how to link the django dir to the site-packages, and in my case, since is a sym link the templates are in the same tree that the django code, but still having this trouble... the path: /

Re: TemplateDoesNotExist at /admin/

2008-06-22 Thread sggottlieb
I will do that. In the meantime, I wanted to add that to make the admin interface look pretty you need to copy the media directory as well. --Seth On Jun 21, 10:24 am, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > On Sat, Jun 21, 2008 at 9:22 AM, sggottlieb <[EMAIL PROTECTED]> wrote: > > Thanks K

Re: TemplateDoesNotExist at /admin/

2008-06-21 Thread Karen Tracey
On Sat, Jun 21, 2008 at 9:22 AM, sggottlieb <[EMAIL PROTECTED]> wrote: > Thanks Karen! That was the issue. > Glad that was it, and it sounds like you could fix the symptom. To get a real fix implemented it would be helpful for you to post details of your system (new install, upgrade from an ear

Re: TemplateDoesNotExist at /admin/

2008-06-21 Thread sggottlieb
> > hit the part where you enable the admin site (http:// > >www.djangoproject.com/documentation/0.96/tutorial02/). > > > I get this error message: > > > TemplateDoesNotExist at /admin/ > > admin/login.html > > Request Method: GET > > Request UR

Re: TemplateDoesNotExist at /admin/

2008-06-20 Thread Karen Tracey
2008/6/20 sggottlieb <[EMAIL PROTECTED]>: > Hello all, > > I am running 0.96 and and was breezing through the tutorials until I > hit the part where you enable the admin site (http:// > www.djangoproject.com/documentation/0.96/tutorial02/). > > I get this error message:

TemplateDoesNotExist at /admin/

2008-06-20 Thread sggottlieb
Hello all, I am running 0.96 and and was breezing through the tutorials until I hit the part where you enable the admin site (http:// www.djangoproject.com/documentation/0.96/tutorial02/). I get this error message: TemplateDoesNotExist at /admin/ admin/login.html Request Method: GET

Re: TemplateDoesNotExist at /admin/

2008-02-22 Thread Karen Tracey
On Tue, Feb 19, 2008 at 4:28 PM, Karen Tracey <[EMAIL PROTECTED]> wrote: > On Feb 19, 2008 4:06 PM, RichardH <[EMAIL PROTECTED]> wrote: > > > > > Karen, > > Thanks for your analysis. Yes, I can confirm that I don't have the > > locale files either. > > Deleting my Django install and "running pytho

Re: TemplateDoesNotExist at /admin/

2008-02-18 Thread Karen Tracey
hers who have run into this problem can duplicate the different results of these commands. Also wondering if people who were missing templates and media files are also missing locale files? Karen > > On Feb 4, 12:07 am, Nathan <[EMAIL PROTECTED]> wrote: > > Same error here o

Re: TemplateDoesNotExist at /admin/

2008-02-18 Thread RichardH
copy solved the issue. RichardH On Feb 4, 12:07 am, Nathan <[EMAIL PROTECTED]> wrote: > Same error here on Mac OS X Leopard, having installed from the 0.96.1 > tarball via setup.py. > > TemplateDoesNotExist at /admin/ > admin/login.html > > Those folders are not presen

TemplateDoesNotExist at /admin/

2008-02-13 Thread Roy Lowrance
der mysite needs to have the file login.html. Is this right? Where can I find this file? Thanks, Roy Here is the top part of the error page displayed by the development server: TemplateDoesNotExist at /admin/ admin/login.html Request Method: GET Request URL: http://127.0.0.1:8000/admin/ Exce

Re: TemplateDoesNotExist at /admin/

2008-02-03 Thread Nathan
Same error here on Mac OS X Leopard, having installed from the 0.96.1 tarball via setup.py. TemplateDoesNotExist at /admin/ admin/login.html Those folders are not present in: /Library/Python/2.5/site-packages/django/contrib/admin/ A manual copy + authenticate resolved the issue

Re: TemplateDoesNotExist at /admin/

2008-01-23 Thread aws.python.enthusiast
What I found is the following: Platform: Windows-XP (1) When I check out the trunk from svn (svn co http://code.djangoproject.com/svn/django/trunk django-source) and then run "python setup.py install" from django- source, the script does not install the following: site_packages/django/contrib/

Re: TemplateDoesNotExist at /admin/

2008-01-16 Thread Guillermo
Now it worked! :-) These two folders were missing in my install: python/libs/site_packges/django/contrib/admin/templates python/libs/site_packges/django/contrib/admin/media Copying them from the downloaded django installation files does the trick. Cheers, Guillermo --~--~-~--~~--

Re: TemplateDoesNotExist at /admin/

2008-01-16 Thread Guillermo
> How did you get/install 0.96? I've seen this reported before but I don't > know what causes it, and have not been able to recreate it myself. You are > missing the admin templates. I downloaded the official release from the Django Project site and followed the installation tutorial. I doubt

Re: TemplateDoesNotExist at /admin/

2008-01-16 Thread Karen Tracey
On Jan 16, 2008 8:21 AM, Guillermo <[EMAIL PROTECTED]> wrote: > It doesn't work. :-( > > Two things, though I suppose it was a typo: > > Instead of: > > python/libs/site_packges/django/contrib/admin/templates > > ... i only found: > > python/libs/site_packges/django/contrib/admin/templatetags > >

Re: TemplateDoesNotExist at /admin/

2008-01-16 Thread J. Cliff Dyer
Guillermo wrote: > It doesn't work. :-( > > Two things, though I suppose it was a typo: > > Instead of: > > python/libs/site_packges/django/contrib/admin/templates > > ... i only found: > > python/libs/site_packges/django/contrib/admin/templatetags > > Is that correct? There are no html files in t

Re: TemplateDoesNotExist at /admin/

2008-01-16 Thread Guillermo
1/16, Guillermo <[EMAIL PROTECTED]>: > > > > > Hi all, > > > I'm using Windows XP SP2 + Django 0.96.1. > > > Following along the tutorial, I got this error when I tried to access > > the admin interface for the first time: > &g

Re: TemplateDoesNotExist at /admin/

2008-01-15 Thread 1234
the tutorial, I got this error when I tried to access > the admin interface for the first time: > > TemplateDoesNotExist at /admin/ > admin/login.html > Request Method: GET > Request URL:http://127.0.0.1:8000/admin/ > Exception Type: TemplateDoesNotExist >

TemplateDoesNotExist at /admin/

2008-01-15 Thread Guillermo
Hi all, I'm using Windows XP SP2 + Django 0.96.1. Following along the tutorial, I got this error when I tried to access the admin interface for the first time: TemplateDoesNotExist at /admin/ admin/login.html Request Method: GET Request URL:http://127.0.0.1:8000/admin/ Exce

Re: Tutorial 2 error - "TemplateDoesNotExist at /admin/"

2007-12-16 Thread Basilisk96
My apologies for a clerical error on my part... I had incorrectly checked out the entire SVN "django/trunk" files instead of just the "django/trunk/django" files to my "site-packages/ django" dir. I've fixed that problem, and now all is quiet on the tutorial front :) -Cheers, -Basilisk96 --~--~

Tutorial 2 error - "TemplateDoesNotExist at /admin/"

2007-12-16 Thread Basilisk96
25\Lib\site-packages\django\template\loader.py" in render_to_string 101. t = get_template(template_name) File "D:\Python25\Lib\site-packages\django\template\loader.py" in get_template 79. source, origin = find_template_source(template_name) File "D:\Python25\Lib\site-p