This website requires JavaScript.
Explore
Help
Sign In
ag-admin
/
OpenSlides
Watch
0
Star
0
Fork
0
You've already forked OpenSlides
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
4616f38fd5
OpenSlides
/
openslides
/
users
/
exceptions.py
6 lines
93 B
Python
Raw
Normal View
History
Unescape
Escape
Cleaned up users app.
2015-09-16 00:55:27 +02:00
from
.
.
utils
.
exceptions
import
OpenSlidesError
Refactored parts of users app. Refactored user creation and update via REST API. Used new serializer. Cleaned up management commands, signals and imports. Moved code from 'api.py' to 'models.py'. Changed usage of group 'Registered'. Now the users don't have to be members to gain its permissions. Used customized auth backend for this. Added and changed some tests.
2015-02-12 20:57:05 +01:00
Cleaned up users app.
2015-09-16 00:55:27 +02:00
class
UsersError
(
OpenSlidesError
)
:
Refactored parts of users app. Refactored user creation and update via REST API. Used new serializer. Cleaned up management commands, signals and imports. Moved code from 'api.py' to 'models.py'. Changed usage of group 'Registered'. Now the users don't have to be members to gain its permissions. Used customized auth backend for this. Added and changed some tests.
2015-02-12 20:57:05 +01:00
pass
Reference in New Issue
Copy Permalink