feat: first stripe imp
This commit is contained in:
@@ -22,7 +22,7 @@ urlpatterns = [
|
||||
path("i18n/", include("django.conf.urls.i18n")),
|
||||
path("oauth2/", include("oauth2_provider.urls", namespace="oauth2_provider")),
|
||||
path("", include("home.urls")),
|
||||
path("", include("purchase.urls")),
|
||||
path("purchase/", include("purchase.urls")),
|
||||
path("calendar/", views.calendar, name="calendar"),
|
||||
# TODO: move occurrence related urls to home app
|
||||
path(
|
||||
|
||||
Reference in New Issue
Block a user