dashboard/accounts
Hostea dashboard e023c25f25
fix: don't send emails to VMs that were requested but not created
SUMMARY
    dash.models.Instance is created upon request and
    infrastructure.models.InstanceCreated when the instance is created.
    Using data from InstanceCreated to send invoices should solve this
    issue.
2022-09-04 14:31:28 +05:30
..
management/commands feat: create_oidc management command to create SSO integration for 2022-06-19 22:25:33 +05:30
migrations feat: password reset workflow 2022-07-10 12:42:16 +05:30
templates feat: password reset workflow 2022-07-10 12:42:16 +05:30
__init__.py feat: bootstrap authentication pages 2022-06-10 17:24:06 +05:30
admin.py feat: bootstrap authentication pages 2022-06-10 17:24:06 +05:30
apps.py chore: fix linting cmd and apply linting 2022-06-10 17:32:29 +05:30
decorators.py feat: mv redirect if authenticated to decorator and guard other 2022-06-22 00:43:10 +05:30
models.py feat: password reset workflow 2022-07-10 12:42:16 +05:30
tests.py fix: don't send emails to VMs that were requested but not created 2022-09-04 14:31:28 +05:30
urls.py feat: password reset workflow 2022-07-10 12:42:16 +05:30
utils.py feat: password reset workflow 2022-07-10 12:42:16 +05:30
views.py feat: password reset workflow 2022-07-10 12:42:16 +05:30