CodersHQ icon indicating copy to clipboard operation
CodersHQ copied to clipboard

Django template warning

Open ralsuwaidi opened this issue 2 years ago • 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.

ralsuwaidi avatar Mar 13 '22 07:03 ralsuwaidi

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...

saeedhassan avatar Mar 13 '22 10:03 saeedhassan