Skip to content

softbutterfly/wagtail-sb-socialnetworks

Repository files navigation

Community-Project

PyPI - Supported versions PyPI - Package version PyPI - Downloads PyPI - MIT License

Build Status Codacy Badge Codacy Badge codecov Requirements Status

Wagtail Social Networks

Wagtail package to manage sites social network profiles.

Requirements

  • Python 3.8, 3.9, 3.10

Install

pip install wagtail-sb-socialnetworks

Usage

Add wagtail.contrib.settings and wagtail_sb_socialnetworks to your INSTALLED_APPS settings

INSTALLED_APPS = [
  # ...
  "wagtail.contrib.settings",
  "wagtail_sb_socialnetworks",
  # ...
]

Docs

Changelog

All changes to versions of this library are listed in the change history.

Development

Check out our contribution guide.

Contributors

See the list of contributors here.