modify accounting model

This commit is contained in:
2017-02-11 10:32:24 +01:00
parent a8b9e7e61e
commit 3a49658f21
5 changed files with 10 additions and 41 deletions

View File

@@ -3,9 +3,6 @@ from rest_framework import routers
from billard import views
router = routers.DefaultRouter()
router.register(r'clients', views.ClientViewSet)
router.register(r'locations', views.LocationViewSet)
router.register(r'tables', views.TableViewSet)
router.register(r'location_data', views.LocationDataViewSet)
urlpatterns = [