In the django admin, when a user is given superuser status, I wish to perform a check. I want to see if the user email is from in the form of *.company.com
What is the best way to do this?
|
In the django admin, when a user is given superuser status, I wish to perform a check. I want to see if the user email is from in the form of *.company.com What is the best way to do this? |
|||||||
|
|
Create a signal:
So now, every time an instance of |
||||
|
|