Implement bookmark API tests

This commit is contained in:
Sascha Ißbrücker
2021-02-20 09:01:38 +01:00
parent 5644dae14e
commit 8c161ba119
4 changed files with 212 additions and 35 deletions

View File

@@ -41,7 +41,7 @@ INSTALLED_APPS = [
'widget_tweaks',
'django_generate_secret_key',
'rest_framework',
'rest_framework.authtoken'
'rest_framework.authtoken',
]
MIDDLEWARE = [