Commit d459b357 authored by Felizia Tiburcio's avatar Felizia Tiburcio

configure auction page urls

parent bbce06e2
......@@ -5,5 +5,5 @@ from .views import *
urlpatterns = [
path('', homepage, name='index'),
path('auction', auction, name='auction'),
path('test',test,name='test'),
path('auction/<int:pk>/',auction,name='auctionid'),
]
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment