diff options
Diffstat (limited to 'commonnet')
-rw-r--r-- | commonnet/settings.py | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/commonnet/settings.py b/commonnet/settings.py index 4ca0fbf..26c5c66 100644 --- a/commonnet/settings.py +++ b/commonnet/settings.py @@ -1,12 +1,7 @@ import os -# Build paths inside the project like this: os.path.join(BASE_DIR, ...) BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) - -# Quick-start development settings - unsuitable for production -# See https://docs.djangoproject.com/en/1.11/howto/deployment/checklist/ - # SECURITY WARNING: keep the secret key used in production secret! SECRET_KEY = '!lh+r$hzd(_-aj8a2&@)34bat=w&=!k+9w%$_+&^gjhf#n6z42' @@ -19,6 +14,7 @@ ALLOWED_HOSTS = [] # Application definition INSTALLED_APPS = [ + 'commorganization.apps.CommOrganizationConfig', 'commcrawler.apps.CommCrawlerConfig', 'ajax_select', 'django.contrib.admin', |