I have simple question. How to create user role in Django without creating it in DB manually ?
EDIT: I need to create specific permission. So only users with this permission can change specific field of model. I just need make one field 'readonly' for some users. Is it possible in django?