Metadata-Version: 2.1
Name: sortabletable
Version: 0.0.14
Summary: Sortable Table Django CMS Plugin
Home-page: https://github.org/stefanw/djangocms-sortabletable
Author: Stefan Wehrmeyer
Author-email: stefan.wehrmeyer@okfn.de
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP
Requires-Dist: Django (>=3.1)
Requires-Dist: django-cms (>=3.8)

# Sortable Table – a Django CMS Plugin

## Build frontend

A build is included

```
npm install
npm run build
```


