.. |
migrations
|
Initial commit. Create app skeleton.
|
2019-10-10 09:18:34 +02:00 |
static/musician
|
Fix profile menu background color.
|
2020-01-21 12:30:37 +01:00 |
templates
|
Prepare profile and billing to be translated.
|
2020-01-23 17:41:35 +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
|
Retrieve websites associated to a domain
|
2020-01-20 10:45:18 +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
|
Set user language as active language on login.
|
2020-01-23 17:37:08 +01:00 |
mixins.py
|
Include profile context var for loggued users.
|
2019-12-10 13:04:04 +01:00 |
models.py
|
Set user language as active language on login.
|
2020-01-23 17:37:08 +01:00 |
settings.py
|
Allow to configure managers URLs on project settings.
|
2020-01-23 16:32:36 +01:00 |
tests.py
|
Bugfix: handle users that has never logged into
|
2020-01-14 13:50:17 +01:00 |
urls.py
|
Add view to retrieve bill document.
|
2019-12-17 15:15:58 +01:00 |
views.py
|
Set user language as active language on login.
|
2020-01-23 17:37:08 +01:00 |