django-musician/musician
Santiago Lamora 10392c0eb5 Merge branch 'issue2_orchestra_api_review'
Closes #2
2020-01-14 12:23:51 +01:00
..
migrations Initial commit. Create app skeleton. 2019-10-10 09:18:34 +02:00
static/musician Add light gray logo to dashboard background. 2020-01-07 13:27:06 +01:00
templates Hide domain.expiration_date (not provided by orchestra) 2020-01-14 11:45:54 +01:00
templatetags Create generic ServiceListView and implement MailView 2019-11-13 11:08:19 +01:00
__init__.py Merge branch 'issue2_orchestra_api_review' 2020-01-14 12:23:51 +01:00
api.py Add view to retrieve bill document. 2019-12-17 15:15:58 +01: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 Implement login and logout through cookie sessions 2019-10-30 13:05:46 +01:00
mixins.py Include profile context var for loggued users. 2019-12-10 13:04:04 +01:00
models.py Show user.last_login on dashboard 2020-01-14 11:40:42 +01:00
settings.py Show resource usage based on plan definition. 2019-12-12 15:01:51 +01:00
tests.py Handle not found domain. 2019-12-17 10:25:10 +01:00
urls.py Add view to retrieve bill document. 2019-12-17 15:15:58 +01:00
views.py Set title pages. 2020-01-07 13:53:59 +01:00