Skip to content

Instantly share code, notes, and snippets.

@KabakiAntony
Created October 30, 2022 17:09
Show Gist options
  • Save KabakiAntony/ef3c0c9b14f6e4a759da7b83dac8fb08 to your computer and use it in GitHub Desktop.
Save KabakiAntony/ef3c0c9b14f6e4a759da7b83dac8fb08 to your computer and use it in GitHub Desktop.
make the following additional settings in the settings.py file
# add an import for os
import os
# note there will be other settings in this file
# in the templates setting there is a DIR LIST that is empty
# so just copy the below setting and replace the one there
'DIRS': [os.path.join(BASE_DIR, 'templates')],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment