Removing the now useless urls.py file from the example package

This commit is contained in:
Benoit Alessandroni 2019-08-09 18:51:42 +02:00
parent 39d3f304e5
commit 5a1795652c
1 changed files with 0 additions and 9 deletions

View File

@ -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)),
]