;> 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
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
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
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
.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
;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
*,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'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
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
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
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
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
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
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",
)
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"
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
16 matches
Mail list logo