Coders-HQ / CodersHQ

Social platform for developers to network, create and challenge themselves
https://codershq.ae
MIT License
139 stars 46 forks source link

Django template warning #150

Open ralsuwaidi opened 2 years ago

ralsuwaidi commented 2 years ago

🏆 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.
saeedhassan commented 2 years ago

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