diff --git a/project/settings.py b/project/settings.py index 6f14bf1..2d93adc 100644 --- a/project/settings.py +++ b/project/settings.py @@ -1,14 +1,3 @@ -""" -Django settings for project. - -Generated by 'django-admin startproject' using Django 1.8.3. - -For more information on this file, see -https://docs.djangoproject.com/en/1.8/topics/settings/ - -For the full list of settings and their values, see -https://docs.djangoproject.com/en/1.8/ref/settings/ -""" # Build paths inside the project like this: os.path.join(BASE_DIR, ...) import dj_database_url, os from private import export diff --git a/project/wsgi.py b/project/wsgi.py index 927d764..81b9179 100644 --- a/project/wsgi.py +++ b/project/wsgi.py @@ -1,11 +1,3 @@ -""" -WSGI config for twm project. - -It exposes the WSGI callable as a module-level variable named ``application``. - -For more information on this file, see -https://docs.djangoproject.com/en/1.8/howto/deployment/wsgi/ -""" import os os.environ.setdefault("DJANGO_SETTINGS_MODULE", "project.settings")