django-musician/musician
Santiago Lamora a564f76000 Fix missing import. 2019-10-30 14:23:46 +01:00
..
migrations Initial commit. Create app skeleton. 2019-10-10 09:18:34 +02:00
static/musician Code login template. 2019-10-23 13:35:43 +02:00
templates Retrieve and show user domains on the dashboard. 2019-10-30 14:08:14 +01:00
__init__.py Add package version information. 2019-10-25 13:30:51 +02:00
api.py Add `verify_credentials` method. 2019-10-30 14:00:12 +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 Add `UserTokenRequiredMixin`. 2019-10-30 14:06:55 +01:00
tests.py Initial commit. Create app skeleton. 2019-10-10 09:18:34 +02:00
urls.py Implement login and logout through cookie sessions 2019-10-30 13:05:46 +01:00
views.py Fix missing import. 2019-10-30 14:23:46 +01:00