tango_with_django_2 icon indicating copy to clipboard operation
tango_with_django_2 copied to clipboard

Typo in Chapter 3.6

Open coox opened this issue 4 years ago • 0 comments

In the Creating a new Django App section, there is a typo in the file name, it reads view.py but should read views.py:

-5.  In your app's `view.py`, create the required views ensuring that they return a `HttpResponse` object.
+5.  In your app's `views.py`, create the required views ensuring that they return a `HttpResponse` object.

coox avatar May 05 '20 13:05 coox