]> git.parisson.com Git - teleforma.git/commit
First version of notifcations
authorYoan Le Clanche <yoanl@pilotsystems.net>
Wed, 22 Jun 2022 16:14:00 +0000 (18:14 +0200)
committerYoan Le Clanche <yoanl@pilotsystems.net>
Wed, 22 Jun 2022 16:14:00 +0000 (18:14 +0200)
commit2383042be76d4d6dfd39d3f03c9470df93734148
treeb9bb4f3801fb6d9a5f33f1a4bd045f6cd84be32b
parentf2c9e4b895bf32b157bc3548de62d745c98a7d54
First version of notifcations
26 files changed:
bin
teleforma/admin.py
teleforma/management/commands/teleforma-notifications-cleanup.py [new file with mode: 0644]
teleforma/management/commands/teleforma-notify.py [new file with mode: 0644]
teleforma/migrations/0017_notification.py [new file with mode: 0644]
teleforma/migrations/0018_notification_viewed.py [new file with mode: 0644]
teleforma/models/__init__.py
teleforma/models/messages.py
teleforma/models/notification.py
teleforma/src/js/components/Notification.vue [deleted file]
teleforma/src/js/components/Notifications.vue [new file with mode: 0644]
teleforma/src/js/components/sub/NotificationMessage.vue [new file with mode: 0644]
teleforma/src/js/main.ts
teleforma/src/package.json
teleforma/src/yarn.lock
teleforma/static/teleforma/css/base.css
teleforma/static/teleforma/css/teleforma.css
teleforma/static/teleforma/dist/app.css
teleforma/static/teleforma/dist/app.css.map
teleforma/static/teleforma/dist/app.js
teleforma/static/teleforma/dist/app.js.map
teleforma/static/teleforma/images/bell.svg [new file with mode: 0644]
teleforma/templates/teleforma/base.html
teleforma/urls.py
teleforma/views/core.py
teleforma/ws/notification.py