https://github.com/andersinno/cmsplugin-feed-ai
Social media feed plugin for Django CMS
https://github.com/andersinno/cmsplugin-feed-ai
Last synced: 8 months ago
JSON representation
Social media feed plugin for Django CMS
- Host: GitHub
- URL: https://github.com/andersinno/cmsplugin-feed-ai
- Owner: andersinno
- License: mit
- Created: 2016-09-14T12:42:28.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-21T07:56:03.000Z (over 9 years ago)
- Last Synced: 2025-09-27T12:03:58.884Z (9 months ago)
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 16
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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