InvenTree/InvenTree/users
2020-10-06 12:34:30 +11:00
..
migrations Change label for permissions to match django permission names 2020-10-06 09:28:05 +11:00
__init__.py Added User API and serializer 2017-04-20 22:40:59 +10:00
admin.py Hide "user permissions" view from the admin interface 2020-10-04 12:47:19 +11:00
apps.py PEP fixes 2020-10-04 00:43:02 +10:00
models.py Fix conflicts 2020-10-06 12:34:30 +11:00
serializers.py Include PK in user serializer 2019-06-23 22:44:57 +10:00
tests.py Fix incorrect permission names 2020-10-05 08:55:15 +11:00
urls.py Tests for retrieving user auth tokens 2019-09-07 23:41:15 +10:00
views.py Improvements for token authentication 2020-04-18 12:06:50 +10:00