Skip to content

Commit

Permalink
optics
Browse files Browse the repository at this point in the history
  • Loading branch information
benzkji committed Nov 6, 2017
1 parent 48bd96c commit fd7e729
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,16 @@ solution, that I'll probably use in many projects from now on.

- minimal requirement are the `is_staff` and `is_superuser` fields on your user model
- 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 (not yet)
- better admin list views (filters, is_active, etc)

[//]: # (NOTE / WARNING: With django<1.11, it's not possible to run this app with as custom
`settings.AUTH_USER_MODEL`. See https://stackoverflow.com/questions/46935758/djangos-get-user-model-only-in-1-11-during-import-time
t)

NOTE: Custom user models are not supported (yet).
### TODO

- custom user models support. if you could help, would be nice: #3
- fieldsets for staff and non staff users can be defined via settings (not yet)

## Usage

Expand Down

0 comments on commit fd7e729

Please sign in to comment.