#32150: Admin Docs No reverse match error
-------------------------------------+-------------------------------------
     Reporter:  Yovel Cohen          |                    Owner:  nobody
         Type:  Bug                  |                   Status:  closed
    Component:  contrib.admindocs    |                  Version:  3.0
     Severity:  Normal               |               Resolution:  invalid
     Keywords:  Admin admin-docs     |             Triage Stage:
  docs ,reverse-url                  |  Unreviewed
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by Carlton Gibson):

 * status:  new => closed
 * resolution:   => invalid


Comment:

 The admin URLs are matching first, then looking for a `docs` model (which
 doesn't exist).

 Swap the order round:

 {{{
 urlpatterns = [
     path('admin/doc/', include('django.contrib.admindocs.urls')),
     path('admin/', consumer_admin.urls),
 ]
 }}}

 Please don't use the issue tracker as a support channel. See
 TicketClosingReasons/UseSupportChannels.
 Thanks.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/32150#comment:3>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/068.7bb22da205899fa9c7eed43774fb6982%40djangoproject.com.

Reply via email to