Open bennn opened 10 years ago
In urls.py, there's a commented-out call to admin.autodiscover(). Django recommends we make that call if we're using the Django admin page (we are), but uncommenting it causes the dev. server to raise a 500 error on every GET request.
urls.py
admin.autodiscover()
In
urls.py
, there's a commented-out call toadmin.autodiscover()
. Django recommends we make that call if we're using the Django admin page (we are), but uncommenting it causes the dev. server to raise a 500 error on every GET request.