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
Release history Release notifications | RSS feed
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)
Built Distribution
Close
Hashes for django-simple-editorjs-0.1.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | b1bf21766f1f59fa1ac3dc08b7961b3e999cf1ef2cf8d71967bb30da1f74ae79 |
|
MD5 | b30f8f756e45f0256c2351916a9e2229 |
|
BLAKE2b-256 | c54c4c26987b7800568e83a005c2bac1465c525ea90c0ae99d8b0de7a82174ba |
Close
Hashes for django_simple_editorjs-0.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9946c08e4ee9f823a3c34b0ec4191e47696dba0a610a28ded11a465eab548518 |
|
MD5 | 51916c988ba0ef4b058299bb5aa98702 |
|
BLAKE2b-256 | 4fca64d35843820066598da223bd06e020924690bfb397c403ec087f3d0a8ecc |