Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/andersinno/cmsplugin-feed-ai
- Owner: andersinno
- License: mit
- Created: 2016-09-14T12:42:28.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-21T07:56:03.000Z (about 8 years ago)
- Last Synced: 2024-10-12T19:08:52.757Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 17
- 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