Changes between Version 1 and Version 2 of Ticket #33955
- Timestamp:
- Aug 24, 2022, 12:04:00 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33955 – Description
v1 v2 5 5 1. Create a new project with Django 4.1 6 6 2. Include `django.contrib.admindocs` in your installed apps 7 3. Add the urls to your urlconf (`path("admindocs/", include("django.contrib.admindocs.urls"))7 3. Add the urls to your urlconf: `path("admindocs/", include("django.contrib.admindocs.urls"))` 8 8 4. Go to `localhost:8000/admindocs/views/` and click on any view to go to the `ViewDetailView` 9 9