~facundo/magicicada-server/incorporate-venv-client

« back to all changes in this revision

Viewing changes to magicicada/settings/__init__.py

  • Committer: Magicicada Bot
  • Author(s): Natalia
  • Date: 2016-08-29 13:23:33 UTC
  • mfrom: (61.4.7 remove-oopses)
  • Revision ID: magicicada_bot-20160829132333-bthfd9mixede1lyw
[r=facundo] - No more oopses code nor oopses setups.

Show diffs side-by-side

added added

removed removed

Lines of Context:
194
194
        },
195
195
    },
196
196
}
197
 
OOPS_PATH = os.path.join(BASE_DIR, 'tmp', 'oops')
198
197
PUBLIC_URL_PREFIX = 'http://some_url'
199
198
ROOT_USERVOLUME_NAME = 'Magicicada'
200
199
ROOT_USERVOLUME_PATH = '~/' + ROOT_USERVOLUME_NAME