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
We need to create a homepage for users who login. For now, having a simple html page with a heading Hello Users! will suffice. Do ensure to put this html template in the path specified below. Also do create a home view (function-based) to render this html template.
Tasks
Define a home view in users/views.py
Create a users/templates/users/home.html (You might have to create this folder)
Render home.html in the home view in users/views.py
Note: Do not add the required urls, this will be taken up as a separate issue.
The text was updated successfully, but these errors were encountered:
We need to create a homepage for users who login. For now, having a simple html page with a heading
Hello Users!
will suffice. Do ensure to put this html template in the path specified below. Also do create a home view (function-based) to render this html template.Tasks
users/templates/users/home.html
(You might have to create this folder)Note: Do not add the required urls, this will be taken up as a separate issue.
The text was updated successfully, but these errors were encountered: