Note that this will be overridden if you explicitly set the fields= parameter as an argument to LDPViewSet.urls(), and filtered if you set the excludes= parameter.
5. Add a url in your urls.py:
2. Add a url in your urls.py:
```python
fromdjango.conf.urlsimporturl
...
...
@@ -117,7 +117,7 @@ You could also only use this line in settings.py instead:
ROOT_URLCONF='djangoldp.urls'
```
6. In the settings.py file, add your application name at the beginning of the application list, and add the following lines
3. In the settings.py file, add your application name at the beginning of the application list, and add the following lines