Removing the now useless urls.py file from the example package
This commit is contained in:
parent
39d3f304e5
commit
5a1795652c
@ -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)),
|
|
||||||
]
|
|
Reference in New Issue
Block a user