Skip to main content

Hyper Editor Integration With Django

Project description

# Django Hyper Editor

Django integration for [Hyper Editor](https://github.com/divineitlimited/hyper-editor).


## Installation

Install via pip

```sybase
pip install hypereditor
```

Add to ``settings.py``
```python
INSTALLED_APPS = [
...
'hypereditor'
]
```

Add to ``urls.py``
```python
urlpatterns = [
...
path('hypereditor/', include('hypereditor.urls')),
]
```

Current version 0.1.0-rc.1

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hypereditor-0.1.0rc2.tar.gz (295.9 kB view hashes)

Uploaded Source

Built Distribution

hypereditor-0.1.0rc2-py3-none-any.whl (315.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page