# Absolute path to the directory that holds media.
# Example: "/home/media/media.lawrence.com/"
MEDIA_ROOT = os.path.join(os.path.dirname(__file__), 'media')
+PRIVE_MEDIA_ROOT = os.path.join(os.path.dirname(__file__), 'media_prive')
# 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/'
+PRIVE_MEDIA_URL = '/prive/'
+
# URL prefix for admin media -- CSS, JavaScript and images. Make sure to use a
# trailing slash.