Notto
An online notepad based on Django and using QuillJS on the frontend.
Install / Use
/learn @renatoliveira/NottoREADME
Notto

Notto.io is a simple online text editor that enables anyone to save and edit notes using rich text.
Simply access Notto and start typing!
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Windows
- Clone this repo
python -m venv nottoenvnottoenv\Scripts\activatepip install -r requirements.txtpython notto\manage.py runserverormake buildif you havemake(installed with MinGW or Cygwin) on your PC.
Linux/MacOS
- Clone this repo
- make build
In case you find something wrong
Sometimes, you might get no errors when running the app for the first time, but find a "no table named nottoapp_note" error,or something like that. If you do so, then use the command python manage.py migrate --sync-db. You should see in the console "Synchronizing apps without migrations" and see "Creating table nottoapp_note" below.
The app will be available at http://127.0.0.1:8000
Built With
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Author
- Renato Oliveira - initial work - renatoliveira
See also the list of contributors who participated in this project.
License
This project is licensed under the MIT License - see the LICENSE file for details.
