Add hexa id generator
This commit is contained in:
6
kivi_cars/Generator/urls.py
Normal file
6
kivi_cars/Generator/urls.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from django.urls import path
|
||||
from Generator import views
|
||||
|
||||
urlpatterns = [
|
||||
path('', views.HexaGenerator)
|
||||
]
|
||||
Reference in New Issue
Block a user