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
|
First draft of dashboard view.
|
2019-10-25 13:33:37 +02:00 |
__init__.py
|
Add package version information.
|
2019-10-25 13:30:51 +02:00 |
apps.py
|
Initial commit. Create app skeleton.
|
2019-10-10 09:18:34 +02:00 |
forms.py
|
Add custom login view to replace of django.auth
|
2019-10-29 10:58:54 +01:00 |
mixins.py
|
First draft of dashboard view.
|
2019-10-25 13:33:37 +02:00 |
tests.py
|
Initial commit. Create app skeleton.
|
2019-10-10 09:18:34 +02:00 |
urls.py
|
Add custom login view to replace of django.auth
|
2019-10-29 10:58:54 +01:00 |
views.py
|
Add custom login view to replace of django.auth
|
2019-10-29 10:58:54 +01:00 |