Added gradient calculation
This commit is contained in:
@ -3,6 +3,8 @@ from . import views
|
||||
urlpatterns = [
|
||||
path('', views.home, name='home'),
|
||||
path('result/', views.result, name='result'),
|
||||
path('sfg', views.sfg, name='sfg'),
|
||||
path('position/', views.position, name='position'),
|
||||
]
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user