musician/musician
Santiago L b171cbf641 Use django.contrib.messages to show alerts 2021-10-14 11:59:59 +02:00
..
locale Add warning message on check_delete pages 2021-10-08 11:56:46 +02:00
migrations Initial commit. Create app skeleton. 2019-10-10 09:18:34 +02:00
static/musician Add view to change mailbox password 2021-10-14 11:09:59 +02:00
templates Use django.contrib.messages to show alerts 2021-10-14 11:59:59 +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 Add view to change mailbox password 2021-10-14 11:09:59 +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 Add view to change mailbox password 2021-10-14 11:09:59 +02:00
mixins.py Make URLs patterns homogeneus 2021-09-27 13:52:27 +02:00
models.py Allow updating mailbox addresses 2021-10-07 13:51:31 +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 Add view to change mailbox password 2021-10-14 11:09:59 +02:00
utils.py Handle ZeroDivisionError 2020-02-17 13:29:38 +01:00
views.py Use django.contrib.messages to show alerts 2021-10-14 11:59:59 +02:00