Created Lineup model, view, and template
This commit is contained in:
9
lineups/urls.py
Normal file
9
lineups/urls.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from django.contrib import admin
|
||||
|
||||
from django.urls import path, include
|
||||
|
||||
from . import views
|
||||
|
||||
urlpatterns = [
|
||||
path('edit/<int:id>', views.edit, name="edit lineup"),
|
||||
]
|
||||
Reference in New Issue
Block a user