Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 354 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 354 Bytes

Notebook App

A simple Django web app for taking notes

📝

Register, write, prioritise and delete notes.

Installation:

requires python 3.7

$python manage.py makemigrations
$python manage.py migrate
To Run (localhost:8000/):
python manage.py runserver
Sample:

screenshot