mirror of
https://github.com/fergalmoran/dss.api.git
synced 2025-12-25 10:49:16 +00:00
Dunno
This commit is contained in:
@@ -211,7 +211,7 @@ THUMBNAIL_PREFIX = '_tn/'
|
||||
# THUMBNAIL_STORAGE = 'storages.backends.azure_storage.AzureStorage'
|
||||
|
||||
JWT_AUTH = {
|
||||
'JWT_EXPIRATION_DELTA': timedelta(seconds=900),
|
||||
'JWT_EXPIRATION_DELTA': timedelta(seconds=10),
|
||||
'JWT_ALLOW_REFRESH': True,
|
||||
'JWT_REFRESH_EXPIRATION_DELTA': timedelta(days=30),
|
||||
}
|
||||
|
||||
@@ -17,11 +17,12 @@ django-dbbackup
|
||||
django-user-agents
|
||||
redis
|
||||
django-celery
|
||||
django-scheduler
|
||||
azure
|
||||
|
||||
sorl-thumbnail
|
||||
|
||||
git+git://github.com/disqus/django-bitfield.git#django-bitfield
|
||||
git+git://github.com/Azure/azure-sdk-for-python.git#azure
|
||||
git+git://github.com/tschellenbach/Django-facebook.git#django-facebook
|
||||
git+git://github.com/llazzaro/django-scheduler.git#django-scheduler
|
||||
git+git://github.com/omab/python-social-auth.git#egg=python-social-auth
|
||||
|
||||
Reference in New Issue
Block a user