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

Example 16.5, table 16.3 - incorrect param name

bogdal opened this issue · comments

Location within the Book

  • Chapter: 16
  • Section: 2

Description

In theexample 16.5 and table 16.3 instead of slug we should use uuid.

There is:

/flavors/api/:slug/

Should be:

/flavors/api/:uuid/