Skip to content

Typo in Chapter 3.6 #13

@coox

Description

@coox

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions