Use modern inclusion method for admin URLs.

Review Request #12007 — Created Jan. 26, 2022 and submitted

david
Review Board
master
reviewboard

Since Django 2.0, admin site URLs are now added directly in the url()
method instead of through include(). This change updates our URL
definitions to use the new syntax.

Ran unit tests.

Summary
Use modern inclusion method for admin URLs.
chipx86
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to django-3.2 (56186b1)
Loading...