stevenpi / Link.Python.Django.DiyBlog

This blog is based on the assessment found [here](https://developer.mozilla.org/en-US/docs/Learn/Server-side/Django/django_assessment_blog).
MIT License
0 stars 0 forks source link

Implement Login/Logout #1

Closed stevenpi closed 6 years ago

stevenpi commented 6 years ago

The assessment requires to log in and out of the website.
You can use this as a reference to implement it.