← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~rvb/maas/maas-sample-config into lp:maas

 

Raphaël Badin has proposed merging lp:~rvb/maas/maas-sample-config into lp:maas.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~rvb/maas/maas-sample-config/+merge/95859

Add MEDIA_ROOT to the local config sample file.
-- 
https://code.launchpad.net/~rvb/maas/maas-sample-config/+merge/95859
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~rvb/maas/maas-sample-config into lp:maas.
=== modified file 'contrib/maas_local_settings_sample.py'
--- contrib/maas_local_settings_sample.py	2012-03-02 10:06:56 +0000
+++ contrib/maas_local_settings_sample.py	2012-03-05 08:36:19 +0000
@@ -7,6 +7,9 @@
 FORCE_SCRIPT_NAME = None
 # FORCE_SCRIPT_NAME = '/MaaS'
 
+# Where to store the user uploaded files.
+MEDIA_ROOT = '/var/tmp/maas'
+
 # Database access configuration.
 DATABASES = {
     'default': {