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/