Use modern inclusion method for admin URLs.
Review Request #12007 — Created Jan. 26, 2022 and submitted — Latest diff uploaded
Since Django 2.0, admin site URLs are now added directly in the
url()
method instead of throughinclude()
. This change updates our URL
definitions to use the new syntax.
Ran unit tests.