/django_notes_app

Django Notes App with User Login System

Primary LanguagePython

Django simple Notes APP

I have used Django + Python (Backend) and Bootstrap (Frontend) for this simple note taking app.

login

register homepage

newnotes noteshome

Steps:

  • First make a Login system.
  • We create seperate app (users) for Login System, where I desinged Login.html and Signup.html and attached with Django default LoginSystem.
  • Create a base Html with navigation
  • Create a Home Page (Html + Bootstrap) extending base html
  • Create a Note Detail View extending base html
  • Create a New Note html.