Andrew Man Hay Chiu
Results
2
comments of
Andrew Man Hay Chiu
Would really like this too. Django issued security release in July, and I took this as an opportunity to upgrade to 5.1. This pull request is very minor, so hoping...
To clarify the above comment, you should have a folder specified in your settings.py file for 'templates': ``` TEMPLATES = [ { 'BACKEND': 'django.template.backends.django.DjangoTemplates', 'DIRS': [ 'templates', ], 'APP_DIRS': True,...