Première version affichage des vhcs
This commit is contained in:
15
vehicles/urls.py
Normal file
15
vehicles/urls.py
Normal file
@@ -0,0 +1,15 @@
|
||||
from django.urls import path
|
||||
|
||||
|
||||
|
||||
from . import views
|
||||
|
||||
|
||||
app_name = "vehicles"
|
||||
urlpatterns = [
|
||||
path('vhc', views.view_vhc, name='view_vhc'),
|
||||
|
||||
|
||||
|
||||
]
|
||||
|
Reference in New Issue
Block a user