You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
In the Creating a new Django App section, there is a typo in the file name, it reads
view.py
but should readviews.py
:The text was updated successfully, but these errors were encountered: