Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andersinno/cmsplugin-feed-ai

Social media feed plugin for Django CMS
https://github.com/andersinno/cmsplugin-feed-ai

Last synced: about 16 hours ago
JSON representation

Social media feed plugin for Django CMS

Awesome Lists containing this project

README

        

# 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