#acortado por conveniencia | |
MEDIA_ROOT = os.path.join(PROJECT_DIR, 'files/media') | |
STATIC_ROOT = os.path.join(PROJECT_DIR, 'files/static') | |
TEMPLATE_DIRS = ( | |
os.path.join(PROJECT_DIR, 'templates'), | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment