https://github.com/mitsuhiko/flask-pastebin
Example pastebin with websockets, sqlalchemy, facebook connect and a bunch of other buzzwords
https://github.com/mitsuhiko/flask-pastebin
Last synced: 2 months ago
JSON representation
Example pastebin with websockets, sqlalchemy, facebook connect and a bunch of other buzzwords
- Host: GitHub
- URL: https://github.com/mitsuhiko/flask-pastebin
- Owner: mitsuhiko
- Created: 2011-12-06T03:39:30.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2016-09-29T18:15:38.000Z (almost 9 years ago)
- Last Synced: 2025-03-31T08:44:08.563Z (3 months ago)
- Language: Python
- Homepage:
- Size: 162 KB
- Stars: 268
- Watchers: 11
- Forks: 56
- Open Issues: 3
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
// 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 paginationHow 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