Added docker files

This commit is contained in:
Fergal Moran
2015-07-23 18:23:43 +00:00
parent 3b19f19708
commit df4d14a6f7
4 changed files with 26 additions and 4 deletions

View File

@@ -117,7 +117,6 @@ INSTALLED_APPS = (
'corsheaders',
'sorl.thumbnail',
'spa',
'tinymce',
'gunicorn',
'spa.signals',
'core',
@@ -223,4 +222,4 @@ JWT_AUTH = {
'JWT_EXPIRATION_DELTA': timedelta(seconds=900),
'JWT_ALLOW_REFRESH': True,
'JWT_REFRESH_EXPIRATION_DELTA': timedelta(days=30),
}
}