mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2026-02-19 19:26:17 +00:00
Refactor URL routing: break main urls.py into app-specific includes
This commit is contained in:
7
intl_tools/urls.py
Normal file
7
intl_tools/urls.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from django.urls import path
|
||||
|
||||
from intl_tools.views import view_change_language
|
||||
|
||||
urlpatterns = [
|
||||
path('', view_change_language, name='change_language'),
|
||||
]
|
||||
Reference in New Issue
Block a user