add command to process location data
This commit is contained in:
@@ -4,7 +4,7 @@ from rest_framework import routers
|
||||
from billard import views
|
||||
|
||||
router = routers.DefaultRouter()
|
||||
router.register(r'location_data', views.LocationDataViewSet)
|
||||
router.register(r'locationdata', views.LocationDataViewSet)
|
||||
|
||||
app_name = 'billard'
|
||||
urlpatterns = [
|
||||
|
||||
Reference in New Issue
Block a user