Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/springload/wagtailimagecaption

WARNING: This repo isn't maintained anymore! Images captions for Wagtail
https://github.com/springload/wagtailimagecaption

captions wagtail

Last synced: 29 days ago
JSON representation

WARNING: This repo isn't maintained anymore! Images captions for Wagtail

Awesome Lists containing this project

README

        

**!! WARNING: This repo isn't maintained anymore !!**

# Wagtail Image Caption

> Images captions for Wagtail

*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/wagtailimagecaption.git
```

Add wagtailimagecaption to your settings.py in the INSTALLED_APPS section:

```python
...
'modelcluster',
'core',
'wagtailimagecaption',
'wagtail.contrib.wagtailsitemaps',
...
```

Run migrations:

```sh
./manage.py migrate wagtailimagecaption

```

Enjoy!