Merge branch 'master' into dev

This commit is contained in:
James Graham
2020-03-27 11:15:37 +00:00
9 changed files with 230 additions and 87 deletions

View File

@@ -134,6 +134,16 @@ DBBACKUP_STORAGE_OPTIONS = {
}
# Django REST Framework
# https://www.django-rest-framework.org/
REST_FRAMEWORK = {
'DEFAULT_PERMISSION_CLASSES': [
'rest_framework.permissions.IsAuthenticated',
],
}
# Password validation
# https://docs.djangoproject.com/en/2.2/ref/settings/#auth-password-validators