removed gunicorn dependency

This commit is contained in:
Martin Mahner 2017-12-12 22:07:27 +01:00
parent 352bb8da9a
commit 451b9e9ada
2 changed files with 0 additions and 4 deletions

View file

@ -113,7 +113,6 @@ TEMPLATES = [
INSTALLED_APPS = ( INSTALLED_APPS = (
'django.contrib.staticfiles', 'django.contrib.staticfiles',
'django.contrib.sessions', 'django.contrib.sessions',
'gunicorn',
'dpaste', 'dpaste',
) )

View file

@ -17,6 +17,3 @@ docutils
sphinx sphinx
sphinx_rtd_theme sphinx_rtd_theme
# Deployment specific
gunicorn
psycopg2