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.txtCreate the database:
python manage.py migrateFinally, run the development server:
python manage.py runserver