diff options
author | sudan <sudan@douban.com> | 2016-01-25 18:43:51 +0800 |
---|---|---|
committer | sudan <sudan@douban.com> | 2016-01-25 18:50:32 +0800 |
commit | 81a9aee3aa65a0bc7aa425e12ba22cb5e853df52 (patch) | |
tree | 093c478a1f77e7aec52f0fb930379798854f2245 /README | |
parent | code highlight (diff) | |
download | stackbin-81a9aee3aa65a0bc7aa425e12ba22cb5e853df52.tar.gz stackbin-81a9aee3aa65a0bc7aa425e12ba22cb5e853df52.tar.bz2 stackbin-81a9aee3aa65a0bc7aa425e12ba22cb5e853df52.zip |
smaller font
Diffstat (limited to 'README')
-rw-r--r-- | README | 27 |
1 files changed, 0 insertions, 27 deletions
@@ -1,27 +0,0 @@ - - - // Flask-Pastebin // - - This application implements an example pastebin with Flask, - Flask-OAuth, Flask-SQLAlchemy, Flask-Script, as well as - Juggernaut to show off some realtime things. - - What can it do? - - * Facebook Connect - * Realtime push notifications with Juggernaut - * Shows simple pagination - - How to use it? - - 1. make a virtualenv - 2. ``pip install -r requirements.txt`` - 3. ``python manage.py initdb`` - 4. ``python manage.py runserver`` - - Also make sure to run juggernaut. - - How to install juggernaut? - - $ npm install -g juggernaut - |