Where does the creation of permissions live in Django?

Posted by lazerscience on Stack Overflow See other posts from Stack Overflow or by lazerscience
Published on 2010-06-09T12:33:53Z Indexed on 2010/06/09 13:32 UTC
Read the original article Hit count: 273

Filed under:
|
|

I need to do some debugging, because the permissions for one of my models are created wrongly. So I tried to find the piece of code where Django creates the permissions upon syncdb and writes them in the database, but I haven't been successful at all; maybe I just overlooked the right lines of code, but if somebody can point me out the right module / line of code where this happens I'd be very happy!

© Stack Overflow or respective owner

Related posts about django

Related posts about debug