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

Examples 6.5/6.7 - ImportError

bogdal opened this issue · comments

Location within the Book

  • Chapter: 6
  • Section: 4
  • Subsection: 7 and 8

Description

Examples 6.5 and 6.7 contain an incorrect path to the Django models module.

There is:

from django import models

Should be:

from django.db import models

🚢 🍨

If we do a 2.2 version in a few years, we might need you as a tech reviewer. 👍