HighNeed_projekt_inz/highneed/events/urls.py
Mikhail Ronchyk ddf3d072cc first commit
2021-03-25 15:15:48 +03:00

7 lines
109 B
Python

from django.urls import path
from . import views
urlpatterns = [
path('', views.index, name='index'),
]