Merge branch 'master' into development

This commit is contained in:
Roberto Rosario
2014-09-05 14:40:39 -04:00
9 changed files with 90 additions and 6 deletions

3
mayan/settings/local.py Normal file
View File

@@ -0,0 +1,3 @@
from __future__ import absolute_import
from .base import *

View File

@@ -3,4 +3,3 @@ from .local import *
DEBUG = False
ALLOWED_HOSTS = ['*'] # Update this accordingly; https://docs.djangoproject.com/en/dev/ref/settings/#allowed-hosts
~