testing
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
from django.urls import path
|
||||
from . import views
|
||||
|
||||
# Create your URLs here.
|
||||
urlpatterns = [
|
||||
path('', views.clients_list, name='clients_list'), # Main page
|
||||
path('table-one/', views.table_one_view, name='table_one'), # Table One
|
||||
|
Reference in New Issue
Block a user