Answers for "django default template location"

0

django default template location

To configure the Django template system, go to the settings.py file and update the DIRS to the path of the templates folder. Generally, the templates folder is created and kept in the sample directory where manage.py lives. This templates folder contains all the templates you will create in different Django Apps.
Posted by: Guest on February-05-2022

Python Answers by Framework

Browse Popular Code Answers by Language