Add messaging.
authorRadek Czajka <rczajka@rczajka.pl>
Mon, 30 Sep 2019 14:11:38 +0000 (16:11 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Mon, 30 Sep 2019 14:11:38 +0000 (16:11 +0200)
commita7e41fefbf46ad5bfa2eb97dbd1cc11d3a28a354
tree1ae7e34ec79461a124b8312c7abf732924052284
parentd527b63f5320d32e5c598354fd60ebc00d88d7bb
Add messaging.
21 files changed:
requirements/requirements.txt
src/club/locale/pl/LC_MESSAGES/django.mo
src/club/locale/pl/LC_MESSAGES/django.po
src/messaging/__init__.py [new file with mode: 0644]
src/messaging/admin.py [new file with mode: 0644]
src/messaging/apps.py [new file with mode: 0644]
src/messaging/locale/pl/LC_MESSAGES/django.mo [new file with mode: 0644]
src/messaging/locale/pl/LC_MESSAGES/django.po [new file with mode: 0644]
src/messaging/management/__init__.py [new file with mode: 0644]
src/messaging/management/commands/__init__.py [new file with mode: 0644]
src/messaging/management/commands/messaging_send.py [new file with mode: 0644]
src/messaging/migrations/0001_initial.py [new file with mode: 0644]
src/messaging/migrations/__init__.py [new file with mode: 0644]
src/messaging/models.py [new file with mode: 0644]
src/messaging/recipient.py [new file with mode: 0644]
src/messaging/states.py [new file with mode: 0644]
src/messaging/templates/admin/messaging/emailtemplate/change_form.html [new file with mode: 0644]
src/messaging/urls.py [new file with mode: 0644]
src/messaging/views.py [new file with mode: 0644]
src/wolnelektury/settings/apps.py
src/wolnelektury/urls.py