hasadna / Open-Knesset

A project aimed at making the Israeli Knesset more transparent. Python and Django based
http://oknesset.org/
BSD 3-Clause "New" or "Revised" License
106 stars 175 forks source link

Bug when using django-debug-toolbar #748

Closed itaibs closed 7 years ago

itaibs commented 7 years ago

When following the documentation for running the development server initially, there's a part about adding the django-debug-toolbar (here).

If you actually do that (at least on my system), you get a TypeError exception when trying to use the server. I'm pretty sure it has to do with this bug and that the toolbar needs to be upgraded.

alonisser commented 7 years ago

I don't I got debug toolbar to work properly and I don't like it very much (because of ajax problems), but if you manage to do so, please update the requirements file accordingly and send us a PR :)

daonb commented 7 years ago

or you could just remove the debug toolbar and send a PR

alonisser commented 7 years ago

Was removed from docs