Re: please help me todebug this code

2021-09-01 Thread Munzir Abba Daneji
Alright Peter sorry i get it. Fine On Tue, Aug 31, 2021, 2:16 PM 'Peter van der Does' via Django users < django-users@googlegroups.com> wrote: > You seem to be confused about who asked the question because it was not me > who asked the question. > On 8/31/21 6:58 AM, Munzir Abba Daneji wrote: >

Re: please help me todebug this code

2021-08-31 Thread 'Peter van der Does' via Django users
You seem to be confused about who asked the question because it was not me who asked the question. On 8/31/21 6:58 AM, Munzir Abba Daneji wrote: > Hi peter The tag library you use is not correct use  > > {% load static %} > > again you html directory seems to be not organise try project_folder >

Re: please help me todebug this code

2021-08-31 Thread Munzir Abba Daneji
Hi peter The tag library you use is not correct use {% load static %} again you html directory seems to be not organise try project_folder > Template_folder> index.html for example On Tue, Aug 31, 2021, 1:46 AM 'Peter van der Does' via Django users < django-users@googlegroups.com> wrote: > Uh

Re: please help me todebug this code

2021-08-30 Thread 'Peter van der Does' via Django users
Uh what question are you answering? On 8/30/21 12:55 PM, Munzir Abba Daneji wrote: > Peter Check your Template DIR you supposed to organize you folders > flow under your "first_project" folder create the template folder and > inser you html  > > On Mon, Aug 30, 2021, 5:09 PM 'Peter van der Does'

Re: please help me todebug this code

2021-08-30 Thread Munzir Abba Daneji
Peter Check your Template DIR you supposed to organize you folders flow under your "first_project" folder create the template folder and inser you html On Mon, Aug 30, 2021, 5:09 PM 'Peter van der Does' via Django users < django-users@googlegroups.com> wrote: > You got a " on line 2 that

Re: please help me todebug this code

2021-08-30 Thread 'Peter van der Does' via Django users
You got a " on line 2 that shouldn't be there On 8/28/21 1:15 PM, DUSHYANT SINGH wrote: > In template C:\Users\DUSHYANT > THAKUR\PycharmProjects\django\gs15\course\templates\course\index.html, > error at line 2 >    '"' is not a registered tag library. Must be one of: > >    1 : !DOCTYPE html >  

Re: please help me todebug this code

2021-08-30 Thread MR INDIA
send the template On Sunday, 29 August 2021 at 08:12:37 UTC+5:30 du19sh...@gmail.com wrote: > > Environment: > > > Request Method: GET > Request URL: http://127.0.0.1:8000/cor/learndj/ > > Django Version: 3.0 > Python Version: 3.8.6 > Installed Applications: > ['django.contrib.admin', >

please help me todebug this code

2021-08-28 Thread DUSHYANT SINGH
Environment: Request Method: GET Request URL: http://127.0.0.1:8000/cor/learndj/ Django Version: 3.0 Python Version: 3.8.6 Installed Applications: ['django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.messages',