From 9ce62e3fdf0ef85261248c50a7ae9f54d3bbc16f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ben=20St=C3=A4hli?= Date: Wed, 15 Mar 2017 09:55:43 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40fe44f..b290e8e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # django-separate-users -separate staff and non staff users with two proxy +separate staff and non staff users with two proxy models. nothing fancy, but as I ended up doing this again and again, this is a simple plug and forget solution, that I'll probably use in many projects from now on. - 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