cmsplugin-feed-ai

Social media feed plugin for Django CMS


License
MIT
Install
pip install cmsplugin-feed-ai==0.0.1

Documentation

cmsplugin-feed-ai

Feed plugin for Django CMS

This plugin provides a way to render various media feeds via Django CMS plugin management. You need to implement the frontend by yourself.

Getting started

  1. Install
  2. Add 'cmsplugin_feed_ai' to INSTALLED_APPS
  3. Implement frontend
    • This package includes only a reference template (templates/cmsplugin-feed-ai/feed.html).
    • This package does not include any styling.
    • This package does not include any JS functionality.

Installing for development

Use pip install -e /path/to/checkout to install as "editable" package to your venv