django-rest-framework/docs/tutorial
Thomas Irgang 3bf611787a
Register Django urls (#8778)
Without adding the URLs manually, the users and groups APIs were not usable.

My env:
(venv) ➜  tutorial pip freeze
asgiref==3.5.2
astroid==2.12.13
autopep8==2.0.0
dill==0.3.6
Django==4.1.3
djangorestframework==3.14.0
isort==5.10.1
lazy-object-proxy==1.8.0
mccabe==0.7.0
platformdirs==2.5.4
pycodestyle==2.10.0
pylint==2.15.6
pylint-django==2.5.3
pylint-plugin-utils==0.7
pytz==2022.6
sqlparse==0.4.3
tomli==2.0.1
tomlkit==0.11.6
wrapt==1.14.1
2022-11-27 18:53:48 +06:00
..
1-serialization.md Improve style, fix some typos (#8405) 2022-10-19 11:20:11 +01:00
2-requests-and-responses.md Improve style, fix some typos (#8405) 2022-10-19 11:20:11 +01:00
3-class-based-views.md Improve style, fix some typos (#8405) 2022-10-19 11:20:11 +01:00
4-authentication-and-permissions.md Remove old-style super calls (#8226) 2021-12-06 15:32:33 +00:00
5-relationships-and-hyperlinked-apis.md Update Tutorial - Relationships & Hyperlinked APIs (#7950) 2021-08-08 14:45:00 +01:00
6-viewsets-and-routers.md Update 6-viewsets-and-routers.md (#8590) 2022-11-22 14:39:26 +06:00
quickstart.md Register Django urls (#8778) 2022-11-27 18:53:48 +06:00