icecolddeveloper / CrudBlogApp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Task Title: CRUD Django task (adding more functionalities to the blog

From my knowledge of Python and Django. I Extended the blog we built with the following functionalities:

  • A register page (a new user can register, their details stored in a database file).

  • login (checks in the file and logs them in if they are already registered)

  • reset password

  • logout

  • A comment section, you must be logged in to comment

  • Host the project on heroku

This is the link to the project I hosted and pushed to heroku https://mfdbs-news.herokuapp.com/

About


Languages

Language:Python 78.4%Language:HTML 18.1%Language:CSS 3.5%