Closed mparent61 closed 8 years ago
@benghaziboy @MichaelButkovic Putting this out for early review
@MichaelButkovic @kand @benghaziboy Ready for Review
Please critique my RESTful-ness. I added a "liveblog_id" filter to the LiveBlogEntryViewSet
to avoid creating a separate viewset keyed by Live Blog ID, let me know if there is a more preferred way to do this.
@benghaziboy Cleaned up migrations using swappable_dependency
, worked very smoothly with AVC integration.
Had to squash the example.testcontent
migrations, as swappable_dependency
requires the first migration to contain the necessary dependencies (i.e. TestLiveBlog).
Will merge this unless any comments on API / etc.
Provides models and API endpoints for LiveBlog implementations.
Content
implementation and theAbstractLiveBlog
mixin.LiveBlog.entries
related manager.LIVEBLOG_AUTHOR_MODEL
setting. CMS will just need to conditionally point to the correct User/Personality API endpoint.AVC Reference Implementation: https://github.com/theonion/avclub/pull/547