Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

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.

Source by www.pluralsight.com #
 
PREVIOUS NEXT
Tagged: #django #default #template #location
ADD COMMENT
Topic
Name
8+1 =