Skip to content
copiesofcopies edited this page Sep 13, 2010 · 3 revisions

Some more complete notes about using django-omb with your application:

OMB_NOTICE_MODULE should point to a model that contains the following fields:

  • sender (a foreign key to a model that inherits from omb.RemoteProfile)
  • text = models.TextField()

OMB_FOLLOWING_MODULE should point to a model that contains:

  • followed_content_object (a foreign key to a User)
  • follower_content_object (a foreign key to a model that inherits from omb.RemoteProfile)
Clone this wiki locally