Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/springload/wagtailimagecaption
- Owner: springload
- License: bsd-3-clause
- Created: 2014-12-02T03:47:56.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-02-27T22:55:05.000Z (almost 7 years ago)
- Last Synced: 2024-04-16T06:38:44.286Z (9 months ago)
- Topics: captions, wagtail
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 3
- Watchers: 26
- 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 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!