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

Import errors in examples 15.6 and 15.8 #89

Closed kevinmarsh closed 7 years ago

kevinmarsh commented 9 years ago

The imports in these two examples are:

from advertisements.models import Advertisement as Ad

but in the code examples the models are referred to as Advertisement not Ad

pydanny commented 7 years ago

:ship: