twoscoops / two-scoops-of-django-1.11

The issue tracker, changelog, and code repository for Two Scoops of Django 1.11

Home Page:https://www.twoscoopspress.com/products/two-scoops-of-django-1-11

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typo in 1.4

yannbu opened this issue · comments

Location within the Book

  • Chapter or Appendix: 1
  • Section: 4
  • Page: 6

Description

In the table describing the three import types. The first column, third line should be:

from .cones.models import WaffleCone

instead of

from .models import WaffleCone