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
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
[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
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
4 matches
Mail list logo