mozilla / playdoh

PROJECT DEPRECATED (WAS: "Mozilla's Web application base template. Half Django, half awesomeness, half not good at math.")
BSD 3-Clause "New" or "Revised" License
709 stars 107 forks source link

update playdoh template to latest playdoh-lib with django 1.5.5 #167

Open willkg opened 10 years ago

willkg commented 10 years ago

The playdoh template needs to be updated to the latest playdoh-lib with Django 1.5.5.

I spent 5 minutes looking into this. I think, this requires us to add ALLOWED_HOSTS to settings. It's possible it requires other things beyond that.

peterbe commented 10 years ago

Oh. We already upgraded to django 1.5.6 here. I guess the missing link is to put a note in settings/local.py-dist about ALLOWED_HOSTS.