1
Fork 0

Removed large docstrings built by Django

This commit is contained in:
Jake Howard 2016-01-08 08:36:28 +00:00
parent d4cdca7151
commit d5916108a3
2 changed files with 0 additions and 19 deletions

View file

@ -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, ...) # Build paths inside the project like this: os.path.join(BASE_DIR, ...)
import dj_database_url, os import dj_database_url, os
from private import export from private import export

View file

@ -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 import os
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "project.settings") os.environ.setdefault("DJANGO_SETTINGS_MODULE", "project.settings")