remove extra line

This commit is contained in:
John Matthew 2016-07-07 07:04:00 -07:00
parent a33bd309a6
commit 22b1bdf656

View file

@ -56,7 +56,6 @@ MIDDLEWARE_CLASSES = (
'django.middleware.clickjacking.XFrameOptionsMiddleware',
'django.middleware.security.SecurityMiddleware',
'whitenoise.middleware.WhiteNoiseMiddleware',
)
ROOT_URLCONF = 'project.urls'