diff --git a/djangoldp_example/urls.py b/djangoldp_example/urls.py deleted file mode 100644 index 5a2b7e3..0000000 --- a/djangoldp_example/urls.py +++ /dev/null @@ -1,9 +0,0 @@ -"""djangoldp project URL Configuration""" -from django.conf.urls import url -from djangoldp.views import LDPViewSet - -from .models import ExampleModel - -urlpatterns = [ - url(r'^examples/', LDPViewSet.urls(model=ExampleModel)), -]