Daizy is an aggregator and player of social network video posts.
For now it's just a Facebook app DaizyTV.
There are a few dependencies with very poor management. Be careful!
Latest App Engine SDK for Python: version 1.4.0
System level provided.
Particularly the appengine project.
All required libs are symlinked:
The app itself is actually based on django testapp.
TODO:
- fix unversioned
django/core/management/commands/runreg.py
- clean up unnecessary contrib libs and such
Convenience for all things social FB, Twitter, Oauth ...
Symlinked under socialregistration
.
Has some of it's own dependencies:
- httplib2
- python-oauth2
- python-openid
All of these are hard copied.
Python facebook_sdk for Facebook's Graph API.
The SDK module is symlinked into the facebook
app.
__init__.py
imports * from SDK + some extensions.
A little hacky.