Skip to content

skabber/django-omb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django OMB

This is a re-usable Django application that adds support for the OpenMicroBlogging spec to your Django project. For more info on OpenMicroBlogging visit http://openmicroblogging.org/

Dependencies

Settings

OMB requires a couple new settings to be defined in your settings.py file. The settings below is an example using the zwitscern app from Pinax.

  • OAUTH_AUTHORIZE_VIEW = 'omb.views.oauth_authorize'
  • OMB_FOLLOWING_MODULE = 'zwitschern.Following'
  • OMB_NOTICE_MODULE = 'zwitschern.Tweet'
  • AUTH_PROFILE_MODULE = 'profiles.Profile'

Pinax

I have modified the zwitschern app from Pinax to be compatible with omb. You can find all my changes to Pinax in this patch http://dpaste.com/hold/82366/

About

Adds support for the Open MicrobBlogging spec to a Django site.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages