adigunsherif / Django-School-Management-System

School Management System based on Django framework.
MIT License
358 stars 204 forks source link

Clicking on the "Settings" button leads to exception #28

Closed SYZYGY-DEV333 closed 3 years ago

SYZYGY-DEV333 commented 3 years ago

Clicking on Settings from the webapp throws a ValueError:

The view apps.corecode.views.SiteConfigView didn't return an HttpResponse object. It returned None instead.

My guess is that the renderer never gets returned from some function in the SiteConfigView, but I don't know enough Django to know for sure.