Skip to content

Instantly share code, notes, and snippets.

@groovecoder
Created January 3, 2013 20:46
Show Gist options
  • Save groovecoder/4447100 to your computer and use it in GitHub Desktop.
Save groovecoder/4447100 to your computer and use it in GitHub Desktop.
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