Skip to content

Instantly share code, notes, and snippets.

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 cursodjangopro/0bc46c348755b400b5ede7b43ba77624 to your computer and use it in GitHub Desktop.
Save cursodjangopro/0bc46c348755b400b5ede7b43ba77624 to your computer and use it in GitHub Desktop.
TEMPLATES = [
{
...
'DIRS': [os.path.join(BASE_DIR, 'templates')],
...
},
]
# Abaixo de STATIC_URL = '/static/'
STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment