snippy
Simple online notebook with code highlighting. Use bottle.py, peewee orm, ckeditor, syntaxhighlighter
config.py - settings file
create_base.py - create a new database
installation:
- mkdir myapp
- cd myapp
- git clone https://github.com/inghvar/snippy.git
- virtualenv env
- source env/bin/activate
- cd snippy
- pip install -r requirements.txt
- python snippy.py