Created
March 11, 2018 21:14
-
-
Save AndyLPK247/21a03ec0ecb94e1349d70496eb5c384e to your computer and use it in GitHub Desktop.
TEMPLATES Example for Django Admin Favicon
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TEMPLATES = [ | |
{ | |
# ... | |
'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