Merge pull request #1434 from ostcar/fix_rest_anonymous
use our anonymous user object for the rest framework
This commit is contained in:
commit
e87eb6af5f
@ -175,3 +175,8 @@ CKEDITOR_CONFIGS = {
|
||||
USE_TORNADO_AS_WSGI_SERVER = True
|
||||
|
||||
TEST_RUNNER = 'openslides.utils.test.OpenSlidesDiscoverRunner'
|
||||
|
||||
# Config for the REST Framework
|
||||
REST_FRAMEWORK = {
|
||||
'UNAUTHENTICATED_USER': 'openslides.users.auth.AnonymousUser',
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user