From 0e8fa18b1c28620bda52b3949da5c015181197b5 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Wed, 9 Jul 2014 19:41:06 -0400 Subject: [PATCH] Add config folder and example.py settings file --- mayan/config/__init__.py | 0 mayan/config/example.py | 16 ++++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 mayan/config/__init__.py create mode 100644 mayan/config/example.py diff --git a/mayan/config/__init__.py b/mayan/config/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/mayan/config/example.py b/mayan/config/example.py new file mode 100644 index 0000000000..b73b9d8f99 --- /dev/null +++ b/mayan/config/example.py @@ -0,0 +1,16 @@ +import os + +from mayan.settings import * + +# Production database settings +# +# DATABASES = { +# 'default': { +# 'ENGINE': 'django.db.backends.postgresql', +# 'NAME': '', +# +# } +#} + +# Production file locations (document_storage, gpg_home, image_cache) +# SITE_ROOT = '/local/mayan_files/