repos
/ timestrap-django master

timestrap-django

mirror archived upstream

Time tracking you can host anywhere, built on Django. Full export support in multiple formats and easily extensible.

djangodockerhandcodedpythonself-hostedtime-trackingtimetracker

459 B · 9 lines · markdown Raw History
1# User Permissions
2
3You can edit and add new users on the admin panel at `/admin/auth/user/`. You
4will need to give new users permissions based on the access you wish them to
5have. If you wish someone be able to see all clients and projects to be able to
6add them to an entry, but not edit or delete them, you need to give them view
7permissions under User permissions. These would be
8`core | project | Can view project` and `core | client | Can view client`.