forked from bnzk/django-separate-users
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# django-separate-users | ||
separate staff and non staff users with two proxy models | ||
- staff users can be given the right to edit non staff users | ||
separate staff and non staff users with two proxy | ||
|
||
- staff users can be given the right to edit non staff users (currently not possible, or everyone can make everyone a superuser) | ||
- fieldsets for staff and non staff users can be defined via settings | ||
- less clutter |