-
-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
649cd69
commit 6db00e5
Showing
3 changed files
with
51 additions
and
137 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,16 @@ | ||
from django.contrib import admin | ||
<<<<<<< HEAD | ||
from django.urls import path, include | ||
======= | ||
from django.urls import path,include | ||
>>>>>>> 7fb99d1719b011518f106d67414c183667809f90 | ||
from . import views | ||
# from mlApi.views import csrf_view | ||
|
||
urlpatterns = [ | ||
path("tp-score/", views.tpScore, name="tpScore"), | ||
<<<<<<< HEAD | ||
# path("dp-data/", views.dpData, name="dpData"), | ||
|
||
# Implmentaion for the DRF views | ||
path('dp-request/', views.MessageCreateView.as_view(), name='dp-request'), | ||
path('dp-request-list/', views.MessageListView.as_view(), name='dp-request-list'), | ||
|
||
|
||
======= | ||
path("dp-data/", views.dpData, name="dpData"), | ||
# path('api/csrf/', csrf_view, name='csrf_endpoint'), | ||
path('csrf/', views.csrf_token_view, name='csrf_token_view'), | ||
>>>>>>> 7fb99d1719b011518f106d67414c183667809f90 | ||
|
||
] |
Oops, something went wrong.