Merge branch 'improvement/remove-useless-urls-file' into 'master'

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

See merge request startinblox/djangoldp-packages/djangoldp-example!1
This commit is contained in:
Jean-Baptiste Pasquier 2019-11-07 15:00:59 +00:00
commit e4f5077469
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)),
]