summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2013-06-15 15:42:36 +0200
committerÉtienne Loks <etienne.loks@peacefrogs.net>2013-06-15 15:42:36 +0200
commit4bf308db74bdd2600c67cdff91500ee877af9b4e (patch)
tree60f0f72d87fda5def4c8660359f53d144358ac7b
parent21e89a961fb5b96715c70bbef5a359b4ab36f8d1 (diff)
downloadPapillon-4bf308db74bdd2600c67cdff91500ee877af9b4e.tar.bz2
Papillon-4bf308db74bdd2600c67cdff91500ee877af9b4e.zip
Add MEDIA_URL to local_settings sample
-rw-r--r--papillon/local_settings.py.sample5
1 files changed, 5 insertions, 0 deletions
diff --git a/papillon/local_settings.py.sample b/papillon/local_settings.py.sample
index b5ba7dc..bb25c67 100644
--- a/papillon/local_settings.py.sample
+++ b/papillon/local_settings.py.sample
@@ -11,6 +11,11 @@ PROJECT_PATH = os.path.dirname(os.path.abspath(__file__))
# Make this unique, and don't share it with anybody.
SECRET_KEY = 'replace_this_with_something_else'
+# URL that handles the media served from MEDIA_ROOT.
+# Example: "http://media.lawrence.com"
+# if you have set an EXTRA_URL set the full path
+MEDIA_URL = '/static/'
+
TINYMCE_URL = 'http://localhost/tinymce/'
MAX_COMMENT_NB = 10 # max number of comments by poll - 0 to disable comments
ALLOW_FRONTPAGE_POLL = False # disabled is recommanded for public instance