diff options
author | Matthew Lemon <y@yulqen.org> | 2024-10-15 20:13:10 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-10-15 20:13:10 +0100 |
commit | 7a3044c859043837e6c7c95bb4894d04e9b2cbc2 (patch) | |
tree | c5de47b92ed21e227cf0582c8f1f9171170b1a74 /pyblackbird_cc/payments/urls.py | |
parent | 52240b9a0c9efaf0d092bfb029b6ca7e74442217 (diff) |
wip: import tidying and renaming path in sassit alias
Diffstat (limited to 'pyblackbird_cc/payments/urls.py')
-rw-r--r-- | pyblackbird_cc/payments/urls.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pyblackbird_cc/payments/urls.py b/pyblackbird_cc/payments/urls.py index 72f6678..52e2451 100644 --- a/pyblackbird_cc/payments/urls.py +++ b/pyblackbird_cc/payments/urls.py @@ -1,7 +1,8 @@ from django.urls import path from . import views -from .views import CancelView, SuccessView +from .views import CancelView +from .views import SuccessView app_name = "payments" |