Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 2.16 KB

README.md

File metadata and controls

44 lines (32 loc) · 2.16 KB

Blog App using Python3 / Django 3.0

It's a Blog application, created using

  • Bootstrap4 / CSS
  • Django
  • Sqlite

Functionalities:

  • It has user creation function so that it will work for Login/Logout function
  • It has User authentication so that user can access the internal function of the app
  • If user is authenticated the write blog option will appear in the nav bar
  • If a normal user want to read the blog he can simply naviagte to Read here in nav bar and he can read the artcles in the read here page
  • A user can contact us iff he is authenticated.
  • there is the search bar in the nav, so the user can search the topic/subject of the blog from there

Home Page

index

It has user creation function so that it will work for Login/Logout function

login

logedin

Writing a Blog

write blog

submitblog

Reading a Blog

read

readmore

Contact Us

contact

contacted

Future Scope

  • Improving the search functionality so that result will be displayed over the same page
  • Verification of the content by the admin so that only releavent blog will be shown on the page
NOTE:
  • No additional module is required, the code is written for fair use, one can clone it for fair use!
  • Leave a star to this repo so if u like it!