Created
January 3, 2013 20:46
-
-
Save groovecoder/4447100 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
MEDIA_ROOT = path('media') | |
# Absolute path to the directory for the humans.txt file. | |
HUMANSTXT_ROOT = MEDIA_ROOT | |
# URL that handles the media served from MEDIA_ROOT. Make sure to use a | |
# trailing slash if there is a path component (optional in other cases). | |
# Examples: "http://media.lawrence.com", "http://example.com/media/" | |
MEDIA_URL = '/media/' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment