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

Create a Home View in the Users app #12

Closed
3 tasks
svp19 opened this issue May 4, 2019 · 1 comment · Fixed by #18
Closed
3 tasks

Create a Home View in the Users app #12

svp19 opened this issue May 4, 2019 · 1 comment · Fixed by #18
Labels
enhancement New feature or request help wanted Extra attention is needed SoI19

Comments

@svp19
Copy link
Member

svp19 commented May 4, 2019

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.

@svp19 svp19 added enhancement New feature or request help wanted Extra attention is needed SoI19 labels May 4, 2019
@svp19
Copy link
Member Author

svp19 commented May 4, 2019

Please leave a comment if you would like to take this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed SoI19
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant