Re: A very easy problem that I couldn't figure it out! PLEASE HELP^^

2021-03-08 Thread NB DEV
Thanks a lot!!! My apologies, It is just because it is the first time for me in this Google forum, so I didn't replay asap. My apologies again for not being clear enough! So the fact that I got that error was just because the template folder was outside my main project and that the endless h

Re: A very easy problem that I couldn't figure it out! PLEASE HELP^^

2021-03-05 Thread Gabriel Araya Garcia
Kasper is right, we need more clear. But anyway, here is one example. In settings.py: from pathlib import Path import os ROOT_URLCONF = 'sclub.urls' TEMPLATES = [ { 'BACKEND': 'django.template.backends.django.DjangoTemplates', 'DIRS': ['sclub/appsclub/templates'], 'AP

Re: A very easy problem that I couldn't figure it out! PLEASE HELP^^

2021-03-05 Thread Mohammad Anarul
[image: Screenshot_7.png] On Fri, Mar 5, 2021 at 9:36 PM Kasper Laudrup wrote: > If you want someone to help you, please do take the time to write a > proper question. > > Just posting an error message and screaming for help will most likely > not get you a lot of help. > > Learning how to commu

Re: A very easy problem that I couldn't figure it out! PLEASE HELP^^

2021-03-05 Thread Kasper Laudrup
If you want someone to help you, please do take the time to write a proper question. Just posting an error message and screaming for help will most likely not get you a lot of help. Learning how to communicate with other people is an important part of being a developer. Kind regards, Kasp