Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/springload/wagtailvideoposter
WARNING: This repo isn't maintained anymore! Poster images for Wagtail Video Embeds
https://github.com/springload/wagtailvideoposter
embeds video wagtail
Last synced: about 2 months ago
JSON representation
WARNING: This repo isn't maintained anymore! Poster images for Wagtail Video Embeds
- Host: GitHub
- URL: https://github.com/springload/wagtailvideoposter
- Owner: springload
- License: bsd-3-clause
- Created: 2014-11-24T20:47:12.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-02-27T22:56:37.000Z (almost 7 years ago)
- Last Synced: 2024-04-16T06:38:44.374Z (9 months ago)
- Topics: embeds, video, wagtail
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 2
- Watchers: 28
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**!! WARNING: This repo isn't maintained anymore !!**
# Wagtail Video Poster
> Poster images for Wagtail Video Embeds
*Check out [Awesome Wagtail](https://github.com/springload/awesome-wagtail) for more awesome packages and resources from the Wagtail community.*
## Quickstart
```sh
pip install git+https://github.com/springload/wagtailvideoposter.git
```Add wagtailvideoposter to your settings.py in the INSTALLED_APPS section:
```python
...
'modelcluster',
'core',
'wagtailvideoposter',
'wagtail.contrib.wagtailsitemaps',
...
```Run migrations:
```sh
./manage.py migrate wagtailvideoposter```
Enjoy!