[Answer]-What can go wrong with admin url?

1👍

I forgot to put parentheses for Question.objects.all So silly of me.

0👍

add this before urlpatterns in urls.py

admin.autodiscover()

Leave a comment