push notifications
authorJan Szejko <janek37@gmail.com>
Thu, 30 Aug 2018 10:38:08 +0000 (12:38 +0200)
committerJan Szejko <janek37@gmail.com>
Fri, 31 Aug 2018 09:58:53 +0000 (11:58 +0200)
commite17ba704033aba068a935c1beb42d1f306e6a114
treea3df02f7cc3e7d4e3410ff261478fa095732b7df
parentd679452e8cede72656beb1e14b48a1b3e82e79c0
push notifications
16 files changed:
requirements/requirements.txt
src/push/__init__.py [new file with mode: 0644]
src/push/admin.py [new file with mode: 0644]
src/push/forms.py [new file with mode: 0644]
src/push/migrations/0001_initial.py [new file with mode: 0644]
src/push/migrations/0002_auto_20180830_1627.py [new file with mode: 0644]
src/push/migrations/0003_auto_20180831_1135.py [new file with mode: 0644]
src/push/migrations/__init__.py [new file with mode: 0644]
src/push/models.py [new file with mode: 0644]
src/push/templates/push/notification_form.html [new file with mode: 0644]
src/push/templates/push/notification_sent.html [new file with mode: 0644]
src/push/urls.py [new file with mode: 0644]
src/push/utils.py [new file with mode: 0644]
src/push/views.py [new file with mode: 0644]
src/wolnelektury/settings/apps.py
src/wolnelektury/urls.py