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: about 1 month 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-02-27T22:55:05.000Z (about 7 years ago)
- Last Synced: 2025-02-01T06:25:33.489Z (3 months ago)
- Topics: captions, wagtail
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 4
- Watchers: 25
- 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!