From d5916108a338e37ae563457a4441d2b5f0893eef Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 8 Jan 2016 08:36:28 +0000 Subject: [PATCH] Removed large docstrings built by Django --- project/settings.py | 11 ----------- project/wsgi.py | 8 -------- 2 files changed, 19 deletions(-) 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")