Django simple Notes APP
I have used Django + Python (Backend) and Bootstrap (Frontend) for this simple note taking app.
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.