Re: HELP ME OUT

2021-10-20 Thread Uzzal Hossain
Change folder name to templates There is typo mistake. And let me if it's fixed. On Wed, Oct 20, 2021, 3:15 PM Planet X wrote: > I can not connect to my static files here i am sending my screen shoot of > the setting and others links to the my base.html whats my fault please do > help > > -- > Y

Re: HELP ME OUT

2021-10-20 Thread Jamal El khdadi
STATIC_ROOT = os.path.join(BASE_DIR, 'static') STATIC_URL = '/static/' STATICFILES_DIRS = [ os.path.join(BASE_DIR, 'assets') ] On Wed, Oct 20, 2021, 11:00 AM Lakshyaraj Dash X-D 25 < dashlakshyaraj2...@gmail.com> wrote: > Change the assets to static > > On Wed, 20 Oct, 2021, 2:45 pm Planet X,

Re: HELP ME OUT

2021-10-20 Thread Lakshyaraj Dash X-D 25
Do one thing... In the templates inside {% static 'css/style.css' %} make it {% static 'prsquare/css/style.css' %} On Wed, 20 Oct, 2021, 2:45 pm Planet X, wrote: > I can not connect to my static files here i am sending my screen shoot of > the setting and others links to the my base.html whats m

Re: HELP ME OUT

2021-10-20 Thread Lakshyaraj Dash X-D 25
Change the assets to static On Wed, 20 Oct, 2021, 2:45 pm Planet X, wrote: > I can not connect to my static files here i am sending my screen shoot of > the setting and others links to the my base.html whats my fault please do > help > > -- > You received this message because you are subscribed

Re: Help me out please

2020-06-20 Thread Marcin Wiśniewsk
PISZCIE PO POLSKU Wysłane z aplikacji Outlook Mobile<https://aka.ms/blhgte> From: django-users@googlegroups.com on behalf of Alison Mukoma Sent: Saturday, June 20, 2020 11:30:50 AM To: django-users@googlegroups.com Subject: Re: Help me out please Hey,

Re: Help me out please

2020-06-20 Thread Alison Mukoma
Hey, What you need first off will be a geo active db backend, for that I will advise you use something like this Url: https://hub.docker.com/r/kartoza/postgis/ It's a postgres GIS powered db backend, from there you can design your models to hold any location type I.e as polygon, multipolygon,

RE: Help me out please

2020-06-20 Thread Vishesh Mangla
Easiest solutionhttps://www.w3schools.com/html/html5_geolocation.asp  Otherwise GeoDjango might have something Sent from Mail for Windows 10 From: meera ganganiSent: 20 June 2020 14:03To: django-users@googlegroups.comSubject: Help me out please Hello ,     I am working on attendance module in HR Pr

Re: help me out

2018-05-27 Thread Aristeidis Almpanis
Good day, Please be more careful when asking a question and provide more details. For example include in your email all the python traceback info. >From the error you described: "NameError: name 'template' is not defined" it seems that you are referring to a "template" variable in your code that

Re: help me out

2018-05-27 Thread Umar Kambala
Good day Plz I have a problem, on mysite I have the following mysite/personal/templates/personal but wen I runserver it gives me "NameError: name 'template' is not define.. Please can u help me locate the problem? Thank u On May 24, 2018 4:56 PM, "Melvyn Sopacua" wrote: > On donderdag 24 mei 2018

Re: help me out

2018-05-24 Thread Umar Kambala
Thanks very much, will try it n get back to u On May 24, 2018 4:56 PM, "Melvyn Sopacua" wrote: > On donderdag 24 mei 2018 17:28:53 CEST Umar Kambala wrote: > > It is located in mysite/polls/template/polls/ > > It should be in mysite/polls/templates/polls/ > > Note: templates with an s, not templa

Re: help me out

2018-05-24 Thread Melvyn Sopacua
On donderdag 24 mei 2018 17:28:53 CEST Umar Kambala wrote: > It is located in mysite/polls/template/polls/ It should be in mysite/polls/templates/polls/ Note: templates with an s, not template. -- Melvyn Sopacua -- You received this message because you are subscribed to the Google Groups "Dj

Re: help me out

2018-05-24 Thread Umar Kambala
It is located in mysite/polls/template/polls/ On May 24, 2018 2:41 PM, "Gerardo Palazuelos" wrote: Hi Your problem is this (quiten in last part of the error stack): File "C:\Users\Admin\AppData\Local\Programs\Python\Python36-32\ lib\site-packages\django\template\loader.py", line 47, in select_tem

Re: help me out

2018-05-24 Thread Gerardo Palazuelos
Hi Your problem is this (quiten in last part of the error stack): File "C:\Users\Admin\AppData\Local\Programs\Python\Python36-32\lib\site-packages\django\template\loader.py", line 47, in select_template raise TemplateDoesNotExist(', '.join(template_name_list), chain=chain) django.template.exc