Skip to content

Instantly share code, notes, and snippets.

@AndyLPK247
Created March 11, 2018 21:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AndyLPK247/21a03ec0ecb94e1349d70496eb5c384e to your computer and use it in GitHub Desktop.
Save AndyLPK247/21a03ec0ecb94e1349d70496eb5c384e to your computer and use it in GitHub Desktop.
TEMPLATES Example for Django Admin Favicon
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