Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.2 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.2 KB

Newsread

What ?

News Web application. I used Django for the backend logic and bootstrap4 for my templates. The differents news articles are collected using NewsApi.

Example of an article

dummy-article

User registration

It is possible to use the site without creating a user profile, but it is recommended to create one. Indeed, creating one allows you to choose the newspapers you wish to be displayed. A system of password reset by email has also been implemented. You just have to enter your email adress and a mail containing a reset link will be sent. Note that the adress mail has to mach the one used when creating your profile.

The login page

login

The user registration page

register

The reset password page

reset-password

Reset mail send succesfully

succes-reset

Django Auth.views

All of the views relating to the authentication process are based on the built-in django auth-views .