Skip to main content

A simple editorjs for django

Project description

Installation

pip install django-simple-editorjs

Setup

# settings.py
INSTALLED_APPS = [
    ...
    'django_simple_editorjs',
]

Example

# models.py
from django.db import models
from django_simple_editorjs import EditorJsField

class Post(models.Model):
    title = models.CharField(max_length=255, unique=True)
    content = EditorJsField()

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

django-simple-editorjs-0.1.2.tar.gz (146.3 kB view hashes)

Uploaded Source

Built Distribution

django_simple_editorjs-0.1.2-py3-none-any.whl (160.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