Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 hour 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 (about 13 years ago)
- Default Branch: master
- Last Pushed: 2016-09-29T18:15:38.000Z (over 8 years ago)
- Last Synced: 2024-12-27T00:08:00.153Z (7 days ago)
- Language: Python
- Homepage:
- Size: 162 KB
- Stars: 269
- Watchers: 12
- 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