My best guess you are trying to open the HTML file from your storage and
not trying to access it by putting the server on....
Try using :::      py manage.py runserver   to run the server and then try
to access your page using your browser
cheers :)


On Mon, Jun 15, 2020 at 9:39 AM RANGA BHARATH JINKA <
bharathjink...@gmail.com> wrote:

> Hi,
>     You should not load html file directly. You have to include html file
> inside a view, and call the url linked to that view in urls.py file. You
> have to use the url to access the view. All the best.
>
> On Mon, Jun 15, 2020 at 3:33 AM Yannick Kiki <yann...@trybeans.com> wrote:
>
>> {% load static %} should be the first line in the template
>>
>> On Sun, Jun 14, 2020 at 20:27 Julio Cojom <jul.alejand...@gmail.com>
>> wrote:
>>
>>> Based on the url of the browser, seems like python isn't interpreting
>>> the HTML file. This url isn't friendly, django not shows ".html" when you
>>> browse inside your app. Are you running with py manage.py runserver?
>>>
>>> Why the port is 63342? Usualy the port is 8000 unless you explicit
>>> changed it.
>>>
>>> Try with the first steps in the django tutorial, that will be config
>>> template spaces, urls, views and models.
>>>
>>>
>>> https://docs.djangoproject.com/en/3.0/intro/tutorial01/
>>>
>>>
>>> El dom., 14 de junio de 2020 1:15 p. m., Ragnar Örn Ólafsson Ólafsson <
>>> ragnar....@gmail.com> escribió:
>>>
>>>> Category:{%category%} is being parsed as normal text inside of the
>>>> HTML.
>>>>
>>>> On Sun, 14 Jun 2020 at 19:04, Deborah <kusingude...@gmail.com> wrote:
>>>>
>>>>>
>>>>>
>>>>> Le dimanche 14 juin 2020 20:38:43 UTC+2, Deborah a écrit :
>>>>>>
>>>>>> good evening
>>>>>> the tags that I use in the html file, appear on browsers when I
>>>>>> launch the server, what to do ???
>>>>>>
>>>>> --
>>>>> 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 view this discussion on the web visit
>>>>> https://groups.google.com/d/msgid/django-users/50e03cdf-2aae-4f20-a19a-ed06e1ac4148o%40googlegroups.com
>>>>> <https://groups.google.com/d/msgid/django-users/50e03cdf-2aae-4f20-a19a-ed06e1ac4148o%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>>> .
>>>>>
>>>> --
>>>> 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 view this discussion on the web visit
>>>> https://groups.google.com/d/msgid/django-users/CAL1UQP3ECFwL6tLByftURPGA5m2odRjk38%3DouY2jv6zWQ%2BiS-g%40mail.gmail.com
>>>> <https://groups.google.com/d/msgid/django-users/CAL1UQP3ECFwL6tLByftURPGA5m2odRjk38%3DouY2jv6zWQ%2BiS-g%40mail.gmail.com?utm_medium=email&utm_source=footer>
>>>> .
>>>>
>>> --
>>> 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 view this discussion on the web visit
>>> https://groups.google.com/d/msgid/django-users/CAHRQUHmbCtY64OYpX8u-%3DuvbXOhKv%2BQwTCvm3%2BNUQuP-2vCq0w%40mail.gmail.com
>>> <https://groups.google.com/d/msgid/django-users/CAHRQUHmbCtY64OYpX8u-%3DuvbXOhKv%2BQwTCvm3%2BNUQuP-2vCq0w%40mail.gmail.com?utm_medium=email&utm_source=footer>
>>> .
>>>
>> --
>> 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 view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/CACVVTn0HcYG2QxywD_K9uksSDeSnBFwN3Y%3DZDQYjXhHE%2BQ_Qug%40mail.gmail.com
>> <https://groups.google.com/d/msgid/django-users/CACVVTn0HcYG2QxywD_K9uksSDeSnBFwN3Y%3DZDQYjXhHE%2BQ_Qug%40mail.gmail.com?utm_medium=email&utm_source=footer>
>> .
>>
>
>
> --
> Thanks and Regards
>
> J. Ranga Bharath
> cell: 9110334114
>
> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAK5m316qaR4LeMcZ1bevpD%2BnN0Ur7m5_d-DmFq_TgppkJNLUdA%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAK5m316qaR4LeMcZ1bevpD%2BnN0Ur7m5_d-DmFq_TgppkJNLUdA%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CANNgLifeRCP%2BCQNmXZe6LbhsNen-TueWA-J43QXVrcYaAD1uhQ%40mail.gmail.com.

Reply via email to