initial commit
This commit is contained in:
9
teamsnap/urls.py
Normal file
9
teamsnap/urls.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from django.contrib import admin
|
||||
|
||||
from django.urls import path, include
|
||||
|
||||
from . import views
|
||||
|
||||
urlpatterns = [
|
||||
path('events', views.EventsListView.as_view(), name="teamsnap events list")
|
||||
]
|
||||
Reference in New Issue
Block a user