django-musician/musician
Santiago L 0246d0a22e Encapsulate Mailbox as a service 2021-09-27 12:40:52 +02:00
..
locale Update Spanish translations (by Merce). 2020-01-29 11:10:29 +01:00
migrations Initial commit. Create app skeleton. 2019-10-10 09:18:34 +02:00
static/musician Fix sidebar position (avoid scrolling). 2020-01-23 17:44:25 +01:00
templates Encapsulate Mailbox as a service 2021-09-27 12:40:52 +02:00
templatetags Create generic ServiceListView and implement MailView 2019-11-13 11:08:19 +01:00
__init__.py Handle when user has never logged into the system. 2020-03-12 07:45:11 +01:00
api.py Encapsulate Mailbox as a service 2021-09-27 12:40:52 +02:00
apps.py Initial commit. Create app skeleton. 2019-10-10 09:18:34 +02:00
auth.py Implement login and logout through cookie sessions 2019-10-30 13:05:46 +01:00
forms.py (Draft) Add view to update existing addresses 2021-06-24 13:08:16 +02:00
mixins.py Translate menu items. 2019-12-18 10:56:48 +01:00
models.py Encapsulate Mailbox as a service 2021-09-27 12:40:52 +02:00
settings.py Provide default value to ALLOWED_RESOURCES. 2020-04-02 08:15:36 +02:00
tests.py Handle accounts without billing contact data. 2020-03-30 15:26:01 +02:00
urls.py Split mail view into addresses & mailboxes 2021-09-24 14:31:29 +02:00
utils.py Handle ZeroDivisionError 2020-02-17 13:29:38 +01:00
views.py Encapsulate Mailbox as a service 2021-09-27 12:40:52 +02:00