Wagtail package to manage sites social network profiles.
- Python 3.8, 3.9, 3.10
pip install wagtail-sb-socialnetworks
Add wagtail.contrib.settings
and wagtail_sb_socialnetworks
to your INSTALLED_APPS
settings
INSTALLED_APPS = [
# ...
"wagtail.contrib.settings",
"wagtail_sb_socialnetworks",
# ...
]
All changes to versions of this library are listed in the change history.
Check out our contribution guide.
See the list of contributors here.