Add config folder and example.py settings file

This commit is contained in:
Roberto Rosario
2014-07-09 19:41:06 -04:00
parent fe1397408c
commit 0e8fa18b1c
2 changed files with 16 additions and 0 deletions

0
mayan/config/__init__.py Normal file
View File

16
mayan/config/example.py Normal file
View File

@@ -0,0 +1,16 @@
import os
from mayan.settings import *
# Production database settings
#
# DATABASES = {
# 'default': {
# 'ENGINE': 'django.db.backends.postgresql',
# 'NAME': '<DB_NAME>',
#
# }
#}
# Production file locations (document_storage, gpg_home, image_cache)
# SITE_ROOT = '/local/mayan_files/