Files
old-kivi-za-auta/kivi_cars/Generator/urls.py

6 lines
109 B
Python
Raw Normal View History

2022-05-09 09:51:31 +02:00
from django.urls import path
from Generator import views
urlpatterns = [
path('', views.HexaGenerator)
]