blob: 060e0ae02fc21d0b79de4b54448eb21bc2f20457 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
// 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.rst``
3. ``python manage.py initdb``
4. ``python manage.py runserver``
Also make sure to run juggernaut.
How to install juggernaut?
$ npm install -g juggernaut
|