diff --git a/djangoldp_profile/djangoldp_urls.py b/djangoldp_profile/djangoldp_urls.py deleted file mode 100644 index 7c6906db1ecf69db28d8963bc56cbc0a9f0caaca..0000000000000000000000000000000000000000 --- a/djangoldp_profile/djangoldp_urls.py +++ /dev/null @@ -1,11 +0,0 @@ -"""djangoldp profile URL Configuration""" -from django.conf.urls import url - -from djangoldp.views import LDPViewSet -from .models import Profile - -urlpatterns = [ - url(r'^members/', LDPViewSet.urls(model=Profile, - fields=['@id', 'jabberID', 'user', 'available', 'bio', 'city', 'phone', - 'website'], permission_classes=())), -]