Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 513 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 513 Bytes

Python Version Django Version

sleeknotes

A slack app for putting your notes to web and easily share it to your team or to public.

Install the requirements:

pip install -r requirements.txt

Create the database:

python manage.py migrate

Finally, run the development server:

python manage.py runserver