Coders-HQ/CodersHQ

Django template warning

ralsuwaidi opened this issue ยท 1 comments

๐Ÿ† Task Description: Fix warning
๐Ÿ‘จโ€๐Ÿš€ Skills Needed: Django

Running django causes this warning to come up

?: (debug_toolbar.W006) At least one DjangoTemplates TEMPLATES configuration needs to have APP_DIRS set to True.
	HINT: Use APP_DIRS=True for at least one django.template.backends.django.DjangoTemplates backend configuration.

Screen Shot 2022-03-13 at 2 35 26 PM
Screen Shot 2022-03-13 at 2 35 04 PM

These changes removed the error message...