I found the problem. I had a third-party app, django-audit-log, that I incorporated into the project since it was not working with Django 2.0. I needed to list ‘audit_log’ in the APPS list before django.contrib.admin in my Django settings module.
Problem solved! Thank you! From: Matthew Pava Sent: Friday, January 5, 2018 4:27 PM To: '[email protected]' Subject: RE: Django 2.0.1 admin No. I even uninstalled Django and reinstalled Django, but the issue persists. From: [email protected]<mailto:[email protected]> [mailto:[email protected]] On Behalf Of m1chael Sent: Friday, January 5, 2018 4:25 PM To: [email protected]<mailto:[email protected]> Subject: Re: Django 2.0.1 admin did you ever override your admin templates? On Fri, Jan 5, 2018 at 5:20 PM, Matthew Pava <[email protected]<mailto:[email protected]>> wrote: Hi everyone, I am finally able to move to Django 2.0, but I just noticed an error I keep getting when attempting to open the admin: TemplateSyntaxError at /admin/ Invalid block tag on line 58: 'get_admin_log', expected 'endblock'. Did you forget to register or load this tag? Does anyone have any ideas? Thanks! -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]<mailto:[email protected]>. To post to this group, send email to [email protected]<mailto:[email protected]>. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/4dbdb1ab1c37482eb2150fd8f6cd3426%40ISS1.ISS.LOCAL<https://groups.google.com/d/msgid/django-users/4dbdb1ab1c37482eb2150fd8f6cd3426%40ISS1.ISS.LOCAL?utm_medium=email&utm_source=footer>. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]<mailto:[email protected]>. To post to this group, send email to [email protected]<mailto:[email protected]>. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAAuoY6PCXSrmZpYgXwHfUMs0rcz_g3JFmsexHnL_JOfaWXbzTQ%40mail.gmail.com<https://groups.google.com/d/msgid/django-users/CAAuoY6PCXSrmZpYgXwHfUMs0rcz_g3JFmsexHnL_JOfaWXbzTQ%40mail.gmail.com?utm_medium=email&utm_source=footer>. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/05b8b2af5c8e4f22b1d2200e95cf4f96%40ISS1.ISS.LOCAL. For more options, visit https://groups.google.com/d/optout.

