Tateology / kaeru

Everything kaeru
0 stars 8 forks source link

`admin.autodiscover()` raising 500 error #2

Open bennn opened 10 years ago

bennn commented 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.