Changes between Version 4 and Version 5 of Ticket #33955
- Timestamp:
- Aug 24, 2022, 2:25:08 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33955 – Description
v4 v5 4 4 5 5 1. Create a new project with Django 4.1 6 2. Run `manage.py migrate` and `manage.py createsuperuser`7 3. Include `django.contrib.admindocs` in your installed apps8 4. Add the urls to your urlconf: `path("admindocs/", include("django.contrib.admindocs.urls"))`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"))` 8 4. Run `manage.py migrate` and `manage.py createsuperuser` 9 9 5. Go to `localhost:8000/admindocs/views/` and click on any view to go to the `ViewDetailView` 10 10