multiuser/subscriptions/notifications
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
from django.urls import path
|
||||
from .views import SettingsView, test_connection
|
||||
from .views import SettingsView, test_connection, first_run
|
||||
|
||||
app_name = "settingspanel"
|
||||
urlpatterns = [
|
||||
path("", SettingsView.as_view(), name="index"),
|
||||
path("test-connection/", test_connection, name="test_connection"),
|
||||
path("setup/", first_run, name="setup"),
|
||||
]
|
||||
|
Reference in New Issue
Block a user