Changes between Version 1 and Version 2 of Ticket #33955


Ignore:
Timestamp:
Aug 24, 2022, 12:04:00 PM (20 months ago)
Author:
Greg Kaleka
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33955 – Description

    v1 v2  
    551. Create a new project with Django 4.1
    662. Include `django.contrib.admindocs` in your installed apps
    7 3. Add the urls to your urlconf (`path("admindocs/", include("django.contrib.admindocs.urls"))
     73. Add the urls to your urlconf: `path("admindocs/", include("django.contrib.admindocs.urls"))`
    884. Go to `localhost:8000/admindocs/views/` and click on any view to go to the `ViewDetailView`
    99
Back to Top