Files
old-kivi-za-auta/kivi_cars/Generator/urls.py
2022-05-09 09:51:31 +02:00

6 lines
109 B
Python

from django.urls import path
from Generator import views
urlpatterns = [
path('', views.HexaGenerator)
]