Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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!