django-simple-editorjs


Namedjango-simple-editorjs JSON
Version 0.1.2 PyPI version JSON
download
home_pagehttps://github.com/gerardoaballesterjr/django-simple-editorjs
SummaryA simple editorjs for django
upload_time2024-06-30 07:20:15
maintainerNone
docs_urlNone
authorGerardo A. Ballester Jr.
requires_python<4.0,>=3.4
licenseMIT
keywords django simple editorjs
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Installation

```bash
pip install django-simple-editorjs
```

# Setup

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

```

# Example

```python
# 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()
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/gerardoaballesterjr/django-simple-editorjs",
    "name": "django-simple-editorjs",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.4",
    "maintainer_email": null,
    "keywords": "django simple editorjs",
    "author": "Gerardo A. Ballester Jr.",
    "author_email": "gerardoaballesterjr@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/c5/4c/4c26987b7800568e83a005c2bac1465c525ea90c0ae99d8b0de7a82174ba/django-simple-editorjs-0.1.2.tar.gz",
    "platform": null,
    "description": "# Installation\n\n```bash\npip install django-simple-editorjs\n```\n\n# Setup\n\n```python\n# settings.py\nINSTALLED_APPS = [\n    ...\n    'django_simple_editorjs',\n]\n\n```\n\n# Example\n\n```python\n# models.py\nfrom django.db import models\nfrom django_simple_editorjs import EditorJsField\n\nclass Post(models.Model):\n    title = models.CharField(max_length=255, unique=True)\n    content = EditorJsField()\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A simple editorjs for django",
    "version": "0.1.2",
    "project_urls": {
        "Homepage": "https://github.com/gerardoaballesterjr/django-simple-editorjs"
    },
    "split_keywords": [
        "django",
        "simple",
        "editorjs"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4fca64d35843820066598da223bd06e020924690bfb397c403ec087f3d0a8ecc",
                "md5": "51916c988ba0ef4b058299bb5aa98702",
                "sha256": "9946c08e4ee9f823a3c34b0ec4191e47696dba0a610a28ded11a465eab548518"
            },
            "downloads": -1,
            "filename": "django_simple_editorjs-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "51916c988ba0ef4b058299bb5aa98702",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.4",
            "size": 160391,
            "upload_time": "2024-06-30T07:20:12",
            "upload_time_iso_8601": "2024-06-30T07:20:12.735353Z",
            "url": "https://files.pythonhosted.org/packages/4f/ca/64d35843820066598da223bd06e020924690bfb397c403ec087f3d0a8ecc/django_simple_editorjs-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c54c4c26987b7800568e83a005c2bac1465c525ea90c0ae99d8b0de7a82174ba",
                "md5": "b30f8f756e45f0256c2351916a9e2229",
                "sha256": "b1bf21766f1f59fa1ac3dc08b7961b3e999cf1ef2cf8d71967bb30da1f74ae79"
            },
            "downloads": -1,
            "filename": "django-simple-editorjs-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "b30f8f756e45f0256c2351916a9e2229",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.4",
            "size": 146316,
            "upload_time": "2024-06-30T07:20:15",
            "upload_time_iso_8601": "2024-06-30T07:20:15.477670Z",
            "url": "https://files.pythonhosted.org/packages/c5/4c/4c26987b7800568e83a005c2bac1465c525ea90c0ae99d8b0de7a82174ba/django-simple-editorjs-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-30 07:20:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "gerardoaballesterjr",
    "github_project": "django-simple-editorjs",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "django-simple-editorjs"
}
        
Elapsed time: 7.85722s