oncall-engine/engine/apps/base
Joey Orlando 225e4e4882
remove django admin panel (#2731)
# What this PR does

Disables the Django admin panel + removes the URLs associated with it

**NOTE**: this doesn't affect things like `python manage.py
createsuperuser` which are still needed for a few things

## Checklist

- [x] Unit, integration, and e2e (if applicable) tests updated
- [x] Documentation added (or `pr:no public docs` PR label added if not
required)
- [x] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not
required)
2023-08-02 14:26:50 -04:00
..
migrations Fix duplicate orders for user notification policies (#2278) 2023-06-21 11:13:56 +00:00
models Fix duplicate orders on routes and escalation policies (#2568) 2023-07-18 17:17:53 +00:00
tests Fix duplicate orders on routes and escalation policies (#2568) 2023-07-18 17:17:53 +00:00
__init__.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
messaging.py add mypy static type checker to backend codebase (#2151) 2023-06-12 12:50:33 -04:00
tasks.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
utils.py apps.get_model -> import (#2619) 2023-07-25 09:43:23 +00:00