Update config for modern django versions
authorMagnus Hagander <magnus@hagander.net>
Tue, 31 Mar 2020 18:09:38 +0000 (20:09 +0200)
committerMagnus Hagander <magnus@hagander.net>
Tue, 31 Mar 2020 18:09:38 +0000 (20:09 +0200)
commitb140c89abac1deb485dfdcc76f682e7a4ff996b3
treedaddcd36eeb4bad18a59225ec4e1727fab1f1b0f
parentee5a701f1cbe6783376f277b4052db05fc0f95b2
Update config for modern django versions

MIDDLEWARE_CLASSES should now be named MIDDLEWARE, the messages app is
now required by admin (was before as well but not enforced) and the
include syntax for the admin site has changed.
gitadmin/gitadmin/settings.py
gitadmin/gitadmin/urls.py