[melbourne-pug] Django: Automatically creating default groups and assigning default permissions

2017-09-05 Thread Brian May
Hello, Just wondering how to create groups automatically in Django and automatically assign permissions? Sounds easy. I have created a database migration to do just this. The problem is under Django the permissions are not created until after all the migrations are finished. So the resultant

Re: [melbourne-pug] Django: Automatically creating default groups and assigning default permissions

2017-09-06 Thread Mike Dewhirst
On 6/09/2017 3:43 PM, Brian May wrote: Hello, Just wondering how to create groups automatically in Django and automatically assign permissions? Sounds easy. I have created a database migration to do just this. The problem is under Django the permissions are not created until after all the