[e55501]: / lungApp / urls.py

Download this file

7 lines (6 with data), 167 Bytes

1
2
3
4
5
6
7
from django.urls import path
from . import views
urlpatterns= [
path('', views.mainlung, name='mainlung'),
path('/result3',views.formInfo3, name='result3'),
]