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:
commit
e4f5077469
@ -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