Django Notes App
The notes app in my phone is full of little nuggets of gold: long forgotten phone numbers, shopping lists dictated in the car, passwords of sites that I would never use.
It seems so redundant to not have one for the web; a place to store bookmarks and pictures and paragraphs and quotes, akin to pressing dried flowers between the pages of books.
Aim:
To create a Notes App with Django, and deploy it.
Progress:
- The database is set up from the admin side
- Basic views have been created
- A rich text editor (CKEditor) has been added.
- Successfully deployed on Pythonanywhere
Future Plans:
- User Management
- Password Protected notes
- Option to save notes offline (export them)
- Add tags/categories to classify them, and the associated views
Technology Used:
- Django
- Python
- Basic Html/CSS
- CKEditor
Deployment:
The app has been successfully deployed here.