Delete RobotUser model
This was an exact duplicate of the user model and basically just provided a simple way to organize robot accounts. It's not useful anymore since we'll just use a Group going forward to organize these accounts.
Showing
- docs/admin_docs/source/robot_certificate.rst 12 additions, 10 deletionsdocs/admin_docs/source/robot_certificate.rst
- gracedb/ligoauth/admin.py 1 addition, 2 deletionsgracedb/ligoauth/admin.py
- gracedb/ligoauth/middleware.py 0 additions, 5 deletionsgracedb/ligoauth/middleware.py
- gracedb/ligoauth/migrations/0046_delete_robotuser_model.py 36 additions, 0 deletionsgracedb/ligoauth/migrations/0046_delete_robotuser_model.py
- gracedb/ligoauth/models.py 0 additions, 7 deletionsgracedb/ligoauth/models.py
- gracedb/ligoauth/tests/test_middleware.py 29 additions, 11 deletionsgracedb/ligoauth/tests/test_middleware.py
Please register or sign in to comment