mirror of
https://github.com/simple-login/app.git
synced 2024-11-14 08:01:13 +01:00
b849d1cfa7
* Export alias in csv * reformating * template * Improved contributing script and doc * Updated test * removed csv export from GDPR export archive * added test for new route * fix trailing space * moved test to new utils file
35 lines
563 B
Python
35 lines
563 B
Python
from .views import (
|
|
index,
|
|
pricing,
|
|
setting,
|
|
custom_alias,
|
|
subdomain,
|
|
billing,
|
|
alias_log,
|
|
alias_export,
|
|
unsubscribe,
|
|
api_key,
|
|
custom_domain,
|
|
alias_contact_manager,
|
|
enter_sudo,
|
|
mfa_setup,
|
|
mfa_cancel,
|
|
fido_setup,
|
|
coupon,
|
|
fido_manage,
|
|
domain_detail,
|
|
lifetime_licence,
|
|
directory,
|
|
mailbox,
|
|
mailbox_detail,
|
|
refused_email,
|
|
referral,
|
|
contact_detail,
|
|
setup_done,
|
|
batch_import,
|
|
alias_transfer,
|
|
app,
|
|
delete_account,
|
|
notification,
|
|
support,
|
|
)
|