include flat responsive theme

This commit is contained in:
Enno Lohmeier 2017-01-23 08:26:47 +01:00
parent 75884285cf
commit ce5c5f0837
2 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@ python-dotenv>=0.3.0
python-gnupg>=0.3.8
pytz>=2015.7
gunicorn==19.6.0
django-flat-responsive==1.2.0
# For the tests
pytest

View File

@ -52,6 +52,7 @@ if _allowed_hosts:
INSTALLED_APPS = [
'flat_responsive',
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',