oscarmlage / django-cruds-adminlte

django-cruds is simple drop-in django app that creates CRUD for faster prototyping
BSD 3-Clause "New" or "Revised" License
425 stars 82 forks source link

Implement Auth and CRUD for users, groups and permissions #4

Closed oscarmlage closed 7 years ago

oscarmlage commented 7 years ago

Would be nice to have some kind of auth for the cruds. And would be even prettier to be able to CRUD users, groups and permissions like the django built-in admin does.

luisza commented 7 years ago

I am working in something similar that could be usefull

https://github.com/luisza/djreservation/blob/master/djreservation/contrib/CRUD.py

Here are a little bit documentation about this file

http://djreservation.readthedocs.io/en/latest/contrib.html I watch your code and can works well with your MINIX

Some features included are namespace URL so one model can be manage multiple times in the same app Login required by default (I am planning work in put optional)

luisza commented 7 years ago

Hi, I make a PR #9 that implements this feature

oscarmlage commented 7 years ago

Commit 70fe2c1d7a956b39aa7734025d58fc945d48aebb fixes this, thanks to @luisza.