twoscoops / two-scoops-of-django-1.8

Tracking thoughts and feature requests for Two Scoops of Django 1.8 in the issue tracker. And the book's code examples are here.
400 stars 81 forks source link

Section 33.2.4 ALLOWED_HOSTS (again) #67

Closed nbensa closed 9 years ago

nbensa commented 9 years ago

@pydanny In update-2, there's still one "DEBUG is True" in section 33.2.4. In the middle of the page:

So what is happening?

1 settings.DEBUG is True

Should read:

So what is happening?

1 settings.DEBUG is False
pydanny commented 9 years ago

Ack. Another DEBUG mistake. I blame whatever political party you don't like.

:ship: