add is_staff for user login api
This commit is contained in:
@ -82,9 +82,9 @@ urlpatterns = router.urls
|
||||
|
||||
urlpatterns += [
|
||||
path('inperf/', LocationsInPerf, name="location_perf"),
|
||||
path('insubperf', LocationsInSubPerf, name='location_subperf'),
|
||||
path('inbound', LocationInBound, name='location_bound'),
|
||||
path('inbound2', LocationInBound2, name='location_bound'),
|
||||
path('insubperf/', LocationsInSubPerf, name='location_subperf'),
|
||||
path('inbound/', LocationInBound, name='location_bound'),
|
||||
path('inbound2/', LocationInBound2, name='location_bound2'),
|
||||
path('location-checkin/', views.LocationCheckinView.as_view(), name='location_checkin'),
|
||||
path('location-checkin-test/', views.location_checkin_test, name='location_checkin_test'),
|
||||
path('customarea/', CustomAreaLocations, name='custom_area_location'),
|
||||
|
||||
Reference in New Issue
Block a user