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
>> Hi, I observed that you didn't specify the template name attribute for >> the BookListView and BookDetailView, that should solve you problem. >> >> On Tuesday, October 5, 2021 at 10:37:19 PM UTC+2 nazni...@gmail.com >> wrote: >> >>> Hello! >>&g

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

2020-12-21 Thread yvin l'EXPLOIT
Follow the Django's official tutorial. Le lun. 21 déc. 2020 à 17:10, Peter T a écrit : > nvm, I fixed it > > On Monday, December 21, 2020 at 11:06:31 AM UTC-5 Peter T wrote: > >> templatedoesnotexist. I keep getting this error how do I fix it >> > -- > You re

Re: TemplateDoesNotExist

2020-12-21 Thread Peter T
nvm, I fixed it On Monday, December 21, 2020 at 11:06:31 AM UTC-5 Peter T wrote: > templatedoesnotexist. I keep getting this error how do I fix it > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from thi

TemplateDoesNotExist

2020-12-21 Thread Peter T
templatedoesnotexist. I keep getting this error how do I fix it -- 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...@googlegrou

Re: DJANGO ADMINISTRATION ERROR & TemplateDoesNotExist

2020-09-03 Thread King Niko
predicament. Thank you all for the assistance. On Thu, Sep 3, 2020 at 9:43 AM King Niko wrote: > Hi Kasper, > > I am getting the following error: > > raise TemplateDoesNotExist(template_name, chain=chain) > django.template.exceptions.TemplateDoesNotExist: ./store/cart.ht

Re: DJANGO ADMINISTRATION ERROR & TemplateDoesNotExist

2020-09-03 Thread King Niko
Hi Kasper, I am getting the following error: raise TemplateDoesNotExist(template_name, chain=chain) django.template.exceptions.TemplateDoesNotExist: ./store/cart.html How can the template not exist if the other templates exist? Lol, it seems impossible. On Thu, Sep 3, 2020 at 8:31 AM Kasper

Re: DJANGO ADMINISTRATION ERROR & TemplateDoesNotExist

2020-09-03 Thread Kasper Laudrup
Hi King Niko, On 03/09/2020 13.44, King Niko wrote: Okay, so I fixed everything with Django Logging- including getting the pictures to show up in the store. What's written in the Django logs when you get the 500 errors? Kind regards, Kasper Laudrup -- You received this message because you

Re: DJANGO ADMINISTRATION ERROR & TemplateDoesNotExist

2020-09-03 Thread King Niko
] I also tested this to get the *cart.html* and *checkout.html* to stop showing a TemplateDoesNotExist 500 Server Error: urlpatterns = [ path('admin/', admin.site.urls), path('', include('store.urls')), url(r'^images/(?P.)$', serve,{&

Re: DJANGO ADMINISTRATION ERROR & TemplateDoesNotExist

2020-09-02 Thread Kasper Laudrup
Hi King Niko, On 02/09/2020 17.46, King Niko wrote: *I have not managed to get the Django log up and running, but this may help to get guidance on resolving the issue:* You should get access to the Django log. It's pointless to waste time on guessing what might be wrong when you could have

Re: DJANGO ADMINISTRATION ERROR & TemplateDoesNotExist

2020-09-02 Thread King Niko
*I have not managed to get the Django log up and running, but this may help to get guidance on resolving the issue:* I have noticed that most of my bugs reside within utils.py under the "cart = {}" : def cookieCart(request): #Create empty cart for now for non-logged in user try: c

Re: DJANGO ADMINISTRATION ERROR & TemplateDoesNotExist

2020-09-01 Thread Kasper Laudrup
Hi King Niko, On 01/09/2020 07.43, King Niko wrote: The console does not seem to provide much information. It is simply stating that there is a 500 Server Error. I tried sifting for more details but there were none. The console in your browser is not providing any information because it do

Re: DJANGO ADMINISTRATION ERROR & TemplateDoesNotExist

2020-08-31 Thread King Niko
gt;> >>>> Why would this occur only upon publishing the website? It does not seem >>>> to be registering the images from DJANGO ADMINISTRATION. Also, when I click >>>> my cart icon after adding one of the non-image showing items, I receive an >>>> er

Re: DJANGO ADMINISTRATION ERROR & TemplateDoesNotExist

2020-08-31 Thread RANGA BHARATH JINKA
blank with the no file icon in the top left. This >>> was not the case back in the testing environment. >>> >>> Why would this occur only upon publishing the website? It does not seem >>> to be registering the images from DJANGO ADMINISTRATION. Also, when I c

Re: DJANGO ADMINISTRATION ERROR & TemplateDoesNotExist

2020-08-31 Thread King Niko
; to be registering the images from DJANGO ADMINISTRATION. Also, when I click >> my cart icon after adding one of the non-image showing items, I receive an >> error 500 stating that the cart.html and only the cart.html >> TemplateDoesNotExist. It has the same settings as every other

Re: DJANGO ADMINISTRATION ERROR & TemplateDoesNotExist

2020-08-31 Thread RANGA BHARATH JINKA
NGO ADMINISTRATION. Also, when I click > my cart icon after adding one of the non-image showing items, I receive an > error 500 stating that the cart.html and only the cart.html > TemplateDoesNotExist. It has the same settings as every other html page, > what makes this single page uniq

DJANGO ADMINISTRATION ERROR & TemplateDoesNotExist

2020-08-31 Thread Lightning Bit
cart.html TemplateDoesNotExist. It has the same settings as every other html page, what makes this single page unique to becoming an error 500? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving

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: TemplateDoesNotExist

2019-10-04 Thread Desh Deepak
yourapp/urls.py from django.urls import path from . import path urlpatterns =[ path(' ', views.index, name='index'), ] views.py def index(request): return render(request, 'index.html') On Thu, 3 Oct 2019, 17:03 Tosin Ayoola, wrote: > Did you set your template folder

Re: TemplateDoesNotExist

2019-10-03 Thread saeed albooyeh
hi you can see the template-loader postmortem part of the error page that you uploaded there is a list of paths that django expects to find your templates due to your settings file in the settings file you can see the TEMPLATES list and find out where you should place your templates for examp

Re: TemplateDoesNotExist

2019-10-03 Thread Tosin Ayoola
Did you set your template folder correctly in your setting file and in your view are you pointing to the right directory where your .html is located? On Oct 3, 2019 08:18, "yerri swamy" wrote: I tried like this testapp>template>base.html but also its showing same issue please help me anyone.. vi

Re: TemplateDoesNotExist

2019-10-03 Thread Ehab Al-Qabbani
i swamy Sent: Thursday, October 3, 2019 9:18 AM To: django-users@googlegroups.com Subject: Re: TemplateDoesNotExist I tried like this testapp>template>base.html but also its showing same issue please help me anyone.. views.py 1. from django.shortcuts import render 2. 3. # Creat

Re: TemplateDoesNotExist

2019-10-03 Thread yerri swamy
I tried like this testapp>template>base.html but also its showing same issue please help me anyone.. views.py 1. from django.shortcuts import render 2. 3. # Create your views here. 4. def hello_world(request): 5. 1. return render(request,'testap

Re: TemplateDoesNotExist

2019-09-24 Thread Desh Deepak
Create template folder inside testapp. Like this: testapp>template>base.html On Wed, 25 Sep 2019, 10:47 yerri swamy, wrote: > > > On Mon, Sep 23, 2019 at 6:53 PM Desh Deepak > wrote: > >> Show me your views.py file. >> >> On Mon, 23 Sep 2019, 18:48 Abu Yusuf, wrote: >> >>> 1. ensure you hav

Re: TemplateDoesNotExist

2019-09-23 Thread Manish Maurya
create a folder name as template in your django project and open your settings.py file in template in dir write "templates" On Mon, 23 Sep 2019 at 19:56, oba stephen wrote: > Try using "./base.html" > > I believe this should do it. > > On Mon, Sep 23, 2019, 1:40 PM yerri swamy > wrote: > >>

Re: TemplateDoesNotExist

2019-09-23 Thread Tosin Ayoola
Can you paste the section of your view code & Hw are you referencing your base.html is it directly in ur templates folder? On Sep 23, 2019 13:40, "yerri swamy" wrote: Hi guys, By using templates folder i am not getting what i am expecting and i am getting error 'Template Does Not Exist'

RE: TemplateDoesNotExist

2019-09-23 Thread laya
Hi , You should config the template settings: 'BACKEND': 'django.template.backends.django.DjangoTemplates', 'DIRS': [os.path.join(BASE_DIR, 'templates')], Sent from Mail for Windows 10 From: yerri swamy Sent: Monday, September 23, 2019 4:11 PM To: Django

Re: TemplateDoesNotExist

2019-09-23 Thread anilumarane
Give the html file current pathSent from my Samsung Galaxy smartphone. Original message From: oba stephen Date: 23/09/2019 19:55 (GMT+05:30) To: django-users@googlegroups.com Subject: Re: TemplateDoesNotExist Try using "./base.html"I believe this should do it. On M

Re: TemplateDoesNotExist

2019-09-23 Thread oba stephen
Try using "./base.html" I believe this should do it. On Mon, Sep 23, 2019, 1:40 PM yerri swamy wrote: > Hi guys, > > By using templates folder i am not getting what i am expecting and > i am getting error 'Template Does Not Exist' ,and also defaulty it's not > coming templates variable

Re: TemplateDoesNotExist

2019-09-23 Thread Desh Deepak
Show me your views.py file. On Mon, 23 Sep 2019, 18:48 Abu Yusuf, wrote: > 1. ensure you have a folder templates inside static folder > 2. ensure you filled up templates_dir: 'templates' > 3. ensure 'base.html' exists inside templates folder > > On Mon, Sep 23, 2019 at 6:40 PM yerri swamy > wro

Re: TemplateDoesNotExist

2019-09-23 Thread Abu Yusuf
1. ensure you have a folder templates inside static folder 2. ensure you filled up templates_dir: 'templates' 3. ensure 'base.html' exists inside templates folder On Mon, Sep 23, 2019 at 6:40 PM yerri swamy wrote: > Hi guys, > > By using templates folder i am not getting what i am expect

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 Error on deploying

2018-01-13 Thread yingi keme
udrup wrote: >> > >> > Hi Yingi, >> > >> >> On 2018-01-13 14:46, yingi keme wrote: >> >> I tried deploying my app to pythonanywhere hosting service and i am >> >> getting >> >> TemplateDoesNotExist Error >> >&g

Re: TemplateDoesNotExist Error on deploying

2018-01-13 Thread Jani Tiainen
h. > > Thanks for saving me... > > Yingi Kem > > > On 13 Jan 2018, at 2:52 PM, Kasper Laudrup > wrote: > > > > Hi Yingi, > > > >> On 2018-01-13 14:46, yingi keme wrote: > >> I tried deploying my app to pythonanywhere hosting service and i a

Re: TemplateDoesNotExist Error on deploying

2018-01-13 Thread yingi keme
Thanks Kasper. It was the backslash. Thanks for saving me... Yingi Kem > On 13 Jan 2018, at 2:52 PM, Kasper Laudrup wrote: > > Hi Yingi, > >> On 2018-01-13 14:46, yingi keme wrote: >> I tried deploying my app to pythonanywhere hosting service and i am getting >&

Re: TemplateDoesNotExist Error on deploying

2018-01-13 Thread Kasper Laudrup
Hi Yingi, On 2018-01-13 14:46, yingi keme wrote: I tried deploying my app to pythonanywhere hosting service and i am getting TemplateDoesNotExist Error Everything seems to work out well with my development server. But its not working fine when hosting Anyhelp please!! Here is my View def

TemplateDoesNotExist Error on deploying

2018-01-13 Thread yingi keme
I tried deploying my app to pythonanywhere hosting service and i am getting TemplateDoesNotExist Error Everything seems to work out well with my development server. But its not working fine when hosting Anyhelp please!! Here is my View def Home(request): template = 'Home\First

Re: Problem with Django TemplateDoesNotExist.

2017-11-18 Thread Mike Dewhirst
On 19/11/2017 4:55 AM, jamesmarcusdavy7 wrote: Hello, am using django 1.11.7 with python 2.7.13.But i have a problem when trying to load my page,the page gives me this error TemplateDoesNotExist at / base.html Request Method: GET Request URL:http://127.0.0.1:8000/ Django

Re: Problem with Django TemplateDoesNotExist.

2017-11-18 Thread 'Amitesh Sahay' via Django users
python 2.7.13.But i have a problem when trying to load my page,the page gives me this error TemplateDoesNotExist at / base.html | Request Method: | GET | | Request URL: | http://127.0.0.1:8000/ | | Django Version: | 1.11.7 | | Exception Type: | TemplateDoesNotExist | | Exception Value: | base.html

Problem with Django TemplateDoesNotExist.

2017-11-18 Thread jamesmarcusdavy7
Hello, am using django 1.11.7 with python 2.7.13.But i have a problem when trying to load my page,the page gives me this error TemplateDoesNotExist at / base.html Request Method: GET Request URL: http://127.0.0.1:8000/ Django Version: 1.11.7 Exception Type: TemplateDoesNotExist Exception

Re: TemplateDoesNotExist for django-registration (but it does)

2017-05-13 Thread farah_chaaban
Hello i have the same problem. please help me -- 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, s

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 Again

2015-12-24 Thread cquptzzq
stions/26604294/django-template-does-not-exist-error-although-it-shows-file-exists> > . > Also when I use *render* rather than *render_to_response* in *django 1.8*, > I do not get a hint that file_exist when using a form. > Can't we change the error from *templateDoesNo

Re: TemplateDoesNotExist Again

2015-12-21 Thread Tim Graham
exist-error-although-it-shows-file-exists> > . > Also when I use *render* rather than *render_to_response* in *django 1.8*, > I do not get a hint that file_exist when using a form. > Can't we change the error from *templateDoesNotExist* with something else > like *Incorrect

TemplateDoesNotExist Again

2015-12-21 Thread Arindam Pradhan
get a hint that file_exist when using a form. Can't we change the error from *templateDoesNotExist* with something else like *IncorrectTemplate* ... or something else. I am new to the community, hence want to know where to file an issue for this or if an issue has been submitted regarding t

TemplateDoesNotExist: first/test.html DJango 1.8

2015-11-12 Thread Jose Paul
I am getting several TemplateDoesNotExist .like below . == ERROR: test_pickling (template_tests.test_response.SimpleTemplateResponseTest) -- Traceback (most

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: TemplateDoesNotExist

2015-05-13 Thread Владимир Кубанцев
Hi! In documentation: ¶ DIRS Default:: [] (Empty list) Directories where the engine should look for template source files, in search order. So Django reads your string as a tuple and tries finds templates in each element of tuple. T

Re: TemplateDoesNotExist

2015-05-13 Thread Tim Graham
In what directory is the index.html template you expect to be loaded located? On Wednesday, May 13, 2015 at 12:38:18 PM UTC-4, Rashmi Ranjan Kar wrote: > > Hi > > Please go through the attachment. It contains settings.py, urls.py and > localhost:8080 page. kindly help me to solve this issue as s

Re: TemplateDoesNotExist

2015-05-13 Thread Stephen J. Butler
See where it says "Django tried loading these templates, in this order"? Move your index.html template to the appropriate place. On Wed, May 13, 2015 at 11:12 AM, Rashmi Ranjan Kar wrote: > Hi > > Please go through the attachment. It contains settings.py, urls.py and > localhost:8080 page. kindly

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 │

Re: TemplateDoesNotExist Error...

2012-11-19 Thread rmschne
Yes, with guidance from Django/Python, I am sure the error occurs there. Django/Pythyon presents the trace and the line number which causes the exception is reported to the command Line. However, I will look again at that line and all lines above. Yes, I know there is a "good" chance as the cl

Re: TemplateDoesNotExist Error...

2012-11-19 Thread Chris Cogdon
rt_str(t.render(Context({'host_list': hostlist,})))and at the > statement txt= I get the Django Error: TemplateDoesNotExist > > Since I'm not on a web server I can't see the so-called "post mortem" > message. But the template files 'soc_ad_table_guest_list_for_pr

TemplateDoesNotExist Error...

2012-11-19 Thread rmschne
_DIRS, t=get_template('soc_ad_table_guest_list_for_prog.html') txt=smart_str(t.render(Context({'host_list': hostlist,})))and at the statement txt= I get the Django Error: TemplateDoesNotExist Since I'm not on a web server I can't see the so-called "p

Re: All of the sudden getting TemplateDoesNotExist error

2012-07-25 Thread rmschne
ents/source/django/projects/socmgmt/templates/. >> My ID has appropriate permissions (running on Mac OS/X). >> >> All of the sudden today (and it worked a few days ago), I get >> "TemplateDoesNotExist" error. This happens for any of the templates I try >&g

Re: All of the sudden getting TemplateDoesNotExist error

2012-07-24 Thread Karen Tracey
permissions (running on Mac OS/X). > > All of the sudden today (and it worked a few days ago), I get > "TemplateDoesNotExist" error. This happens for any of the templates I try > to load. > > Frankly, I'm at a kinda loss as to where to start debugging this since > ev

All of the sudden getting TemplateDoesNotExist error

2012-07-24 Thread rmschne
s/. My ID has appropriate permissions (running on Mac OS/X). All of the sudden today (and it worked a few days ago), I get "TemplateDoesNotExist" error. This happens for any of the templates I try to load. Frankly, I'm at a kinda loss as to where to start debugging this since e

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: 500.html

2012-04-02 Thread FraMazz
If you need to know what goes in the 500 template have a look at: http://www.djangobook.com/en/2.0/chapter12/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users

Re: TemplateDoesnotExist: 500.html

2012-03-31 Thread Gabriel .
On Sat, Mar 31, 2012 at 5:03 PM, Pals wrote: >  I am a novice programmer who just started to learn Django.. I could > not figure out the error related to 500.html. In fact, I would be > grateful if someone guides me making 500.html file. I am using mac > osx, Python 2.7 and Django 1.4. > https://

TemplateDoesnotExist: 500.html

2012-03-31 Thread Pals
I am a novice programmer who just started to learn Django.. I could not figure out the error related to 500.html. In fact, I would be grateful if someone guides me making 500.html file. I am using mac osx, Python 2.7 and Django 1.4. Thanks! -- You received this message because you are subscribe

Re: Keep getting TemplateDoesNotExist when unit testing

2012-03-03 Thread Calvin Cheng
: > > Hello, > > I'm fairly new to Unit Testing. > > As I'm trying to setup a simple unit test in one of my Projects, > it keeps returning a TemplateDoesNotExist Exception. > > It looks like for some reason the unit test framework can't locate my > template di

Keep getting TemplateDoesNotExist when unit testing

2011-12-24 Thread Jonas Geiregat
Hello, I'm fairly new to Unit Testing. As I'm trying to setup a simple unit test in one of my Projects, it keeps returning a TemplateDoesNotExist Exception. It looks like for some reason the unit test framework can't locate my template directory I've correctly defined in

Keep getting TemplateDoesNotExist when unit testing

2011-12-24 Thread Jonas Geiregat
Hello, I'm fairly new to Unit Testing. As I'm trying to setup a simple unit test in one of my Projects, it keeps returning a TemplateDoesNotExist Exception. It looks like for some reason the unit test framework can't locate my template directory I've correctly defined in

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: Urgent: django app got internal error: TemplateDoesNotExist: 500.html

2011-12-19 Thread huseyin yilmaz
e(template_name), referer: > >http://go.madmimi.com/redirects/5e9c3ec9b21e58257eadd15120210f5c?pa=6... > > [Mon Dec 19 13:22:28 2011] [error] [client 188.158.186.121]   File > > "/home/jalala/projects/Hamkharid/eggs/Django-1.3.1-py2.7.egg/django/template/loader.py", &g

Re: Urgent: django app got internal error: TemplateDoesNotExist: 500.html

2011-12-19 Thread Nikolas Stevenson-Molnar
gt; > http://go.madmimi.com/redirects/5e9c3ec9b21e58257eadd15120210f5c?pa=6799748107 > [Mon Dec 19 13:22:28 2011] [error] [client 188.158.186.121] File > > "/home/jalala/projects/Hamkharid/eggs/Django-1.3.1-py2.7.egg/django/template/loader.py", > line 138, in find_temp

  1   2   3   >