oncall-engine/engine/apps/webhooks
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 Increase max size of authorization_header in DB (#2720) 2023-08-02 14:32:10 +00:00
models Increase max size of authorization_header in DB (#2720) 2023-08-02 14:32:10 +00:00
tasks apps.get_model -> import (#2619) 2023-07-25 09:43:23 +00:00
tests remove deprecated call_ack_url celery task (#2545) 2023-07-25 02:50:18 -04:00
__init__.py shift swap requests model + CRUD endpoints (#2597) 2023-07-21 19:35:19 +00:00
apps.py Webhooks trigger tasks on alert group events (#1533) 2023-03-13 21:19:22 +00:00
listeners.py apps.get_model -> import (#2619) 2023-07-25 09:43:23 +00:00
signals.py Add users_to_be_notified to new webhooks payload (#1798) 2023-04-20 16:13:48 +00:00
utils.py remove deprecated call_ack_url celery task (#2545) 2023-07-25 02:50:18 -04:00