Re: Template Does Not Exist

2019-08-20 Thread Naty Mina
;> finally i could run my project but when i'm trying to open the home page >> that built i get error template does not exist >> and when i look at the details i see that django.engine looked for the >> template when it''s not in. >> the html file is in the

Re: Template Does Not Exist

2019-08-20 Thread Tosin Ayoola
x27;: value_to_display_in_html_file}), that way On Aug 19, 2019 11:47, "Naty Mina" wrote: > *,hi guys* > finally i could run my project but when i'm trying to open the home page > that built i get error template does not exist > and when i look at the details i see

Re: Template Does Not Exist

2019-08-19 Thread natymm314
Maybe it will work for you. Thanks On Mon, Aug 19, 2019 at 4:17 PM Naty Mina wrote: ,hi guys finally i could run my project but when i'm trying to open the home page that built i get error template does not exist and when i look at the details i see that django.engin

Re: Template Does Not Exist

2019-08-19 Thread Bhoopesh sisoudiya
gt; On Mon, Aug 19, 2019 at 4:17 PM Naty Mina wrote: > >> *,hi guys* >> finally i could run my project but when i'm trying to open the home page >> that built i get error template does not exist >> and when i look at the details i see that django.engine looked fo

Re: Template Does Not Exist

2019-08-19 Thread natymm314
.html') Maybe it will work for you. Thanks On Mon, Aug 19, 2019 at 4:17 PM Naty Mina wrote: ,hi guys finally i could run my project but when i'm trying to open the home page that built i get error template does not exist and when i look at the details i see that djang

Re: Template Does Not Exist

2019-08-19 Thread RONAK JAIN
;m trying to open the home page > that built i get error template does not exist > and when i look at the details i see that django.engine looked for the > template when it''s not in. > the html file is in the same directory as the views and that's when i want > dj

Template Does Not Exist

2019-08-19 Thread Naty Mina
*,hi guys* finally i could run my project but when i'm trying to open the home page that built i get error template does not exist and when i look at the details i see that django.engine looked for the template when it''s not in. the html file is in the same directory as the v

I have a gap in the reported error location of template does not exist

2014-01-25 Thread Malik Rumi
I'm wondering why this is and if it is why I am getting this eror? The template is in the default template dir. Thanks. -- 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 em

template does not exist

2009-01-13 Thread Bobby Roberts
Hi everyone. I have checked and re-checked my path for my templates in the settings file. I have also confirmed at my template is sitting in the right directory: I'm trying to do a direct to template in my urls.py file as follows: from django.conf.urls.defaults import * urlpatterns = pattern

Template does not exist error

2008-12-25 Thread ramanathan
When i tried the url http://localhost:8000/admin/ i got a error of type Template does not exist... pls help me to overcome it... regards Ramanathan. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django

Re: Template Does Not exist Error

2006-02-20 Thread [EMAIL PROTECTED]
Thanks Mate! --~--~-~--~~~---~--~~ 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 [EMAIL PROTECTED] F

Re: Template Does Not exist Error

2006-02-20 Thread Amit Upadhyay
On 2/20/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi all,I'm using { % extends "parent" % } and I'm getting a "...template doesnot exist error" for the parent template.I have the two templates in the same directory and they are in a subfolder of my template directory.Use {% extends "subfolde

Template Does Not exist Error

2006-02-20 Thread [EMAIL PROTECTED]
Hi all, I'm using { % extends "parent" % } and I'm getting a "...template does not exist error" for the parent template. I have the two templates in the same directory and they are in a subfolder of my template directory. Has enyone had or solved this problem? I

Re: Template Does Not Exist

2005-10-11 Thread moberley
No, the paths in my TEMPLATE_DIRS are not relative. That section in the settings file looks like this: TEMPLATE_DIRS = ( # Put strings here, like "/home/html/django_templates". "/home/d_admin/django/templates", )

Re: Template Does Not Exist

2005-10-11 Thread Sune Kirkeby
On 10/11/05, moberley <[EMAIL PROTECTED]> wrote: > I'm trying to use the extends tag, but only get TemplateSyntaxError: > "Template 'name' cannot be extended, because it doesn't exist". I find > this odd because it only happens with Apache/mod_python, when I test > with "django-admin.py runserver"

Template Does Not Exist

2005-10-10 Thread moberley
Hello, I'm trying to use the extends tag, but only get TemplateSyntaxError: "Template 'name' cannot be extended, because it doesn't exist". I find this odd because it only happens with Apache/mod_python, when I test with "django-admin.py runserver" there are no problems. And, on top of that, all