Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in Chapter 3.6 #13

Open
coox opened this issue May 5, 2020 · 0 comments
Open

Typo in Chapter 3.6 #13

coox opened this issue May 5, 2020 · 0 comments

Comments

@coox
Copy link

coox commented May 5, 2020

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant