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!
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Clone this repo
python -m venv nottoenv
nottoenv\Scripts\activate
pip install -r requirements.txt
python notto\manage.py runserver
ormake build
if you havemake
(installed with MinGW or Cygwin) on your PC.
- Clone this repo
- make build
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
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- Renato Oliveira - initial work - renatoliveira
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details.