oncall-engine/engine/settings
Joey Orlando 5967d5af63
remove apns + fix django-push-notifications migrations (#984)
- removes APNS support
- changes the `django-push-notification` library from the `iskhakov`
fork to the [`grafana`
fork](https://github.com/grafana/django-push-notifications). This new
fork basically just patches an issue which affected the database
migrations of this django app (previously the library would not respect
the `USER_MODEL` setting when creating its tables and would instead
reference the `auth_user` table.. which we don't want)
- add `--no-cache` flag to the `make build` command

**NOTE**
A migration should be applied as follows:
```bash
# remove the four push_notifications tables, which have improper foreign key references
python manage.py migrate push_notifications zero

# recreate the tables with the proper foreign key references
python manage.py migrate
```
2022-12-13 13:00:59 +01:00
..
__init__.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
base.py remove apns + fix django-push-notifications migrations (#984) 2022-12-13 13:00:59 +01:00
ci-test.py Restore email notifications (#621) 2022-10-19 12:32:56 +01:00
dev.py One startup command to rule them all (#760) 2022-11-07 16:34:43 +01:00
helm.py Allow multiple database and celery broker types (#582) 2022-10-04 09:25:53 +01:00
hobby.py Allow multiple database and celery broker types (#582) 2022-10-04 09:25:53 +01:00
prod_without_db.py Mobile app messaging backend (#874) 2022-11-23 15:56:43 +00:00