![Community-Project](https://gitlab.com/softbutterfly/open-source/open-source-office/-/raw/master/banners/softbutterfly-open-source--banner--community-project.png)
![PyPI - Supported versions](https://img.shields.io/pypi/pyversions/wagtail-sb-codefield)
![PyPI - Package version](https://img.shields.io/pypi/v/wagtail-sb-codefield)
![PyPI - Downloads](https://img.shields.io/pypi/dm/wagtail-sb-codefield)
![PyPI - MIT License](https://img.shields.io/pypi/l/wagtail-sb-codefield)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/2f6661a360234960b1800c0bdac37d3c)](https://app.codacy.com/gl/softbutterfly/wagtail-sb-codefield/dashboard?utm_source=gl&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
# Wagtail CodeField
Use CodeField from [`django-sb-codefield`](https://gitlab.com/softbutterfly/open-source/django-sb-codefield) in Wagtail Admin
## Requirements
- Python 3.8.1 or higher but lower than 4.0.0
- Django lower than 4.0.0
- Wagtail lower than 4.0.0
- django-sb-codefield lower than 1.0.0
## Install
```bash
pip install wagtail-sb-codefield
```
## Usage
Add `wagtail_sb_codefield`, `django_sb_codefield` and `codemirror2` to your `INSTALLED_APPS` settings
```
INSTALLED_APPS = [
# ...
"codemirror2",
"django_sb_codefield",
"wagtail_sb_codefield",
]
```
## Docs
- [Ejemplos](https://gitlab.com/softbutterfly/open-source/wagtail-sb-codefield/-/wikis)
- [Wiki](https://gitlab.com/softbutterfly/open-source/wagtail-sb-codefield/-/wikis)
## Changelog
All changes to versions of this library are listed in the [change history](CHANGELOG.md).
## Development
Check out our [contribution guide](CONTRIBUTING.md).
## Contributors
See the list of contributors [here](https://gitlab.com/softbutterfly/open-source/wagtail-sb-codefield/-/graphs/develop).
Raw data
{
"_id": null,
"home_page": "https://gitlab.com/softbutterfly/open-source/wagtail-sb-codefield",
"name": "wagtail-sb-codefield",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8.1,<4.0.0",
"maintainer_email": "",
"keywords": "Softbutterfly,Django,Migrations",
"author": "SoftButterfly Development Team",
"author_email": "dev@softbutterfly.io",
"download_url": "https://files.pythonhosted.org/packages/5b/56/415747af8435f26c252bcd711a5c785a673623182e06a8de578a1b1c6473/wagtail_sb_codefield-0.4.0.tar.gz",
"platform": null,
"description": "![Community-Project](https://gitlab.com/softbutterfly/open-source/open-source-office/-/raw/master/banners/softbutterfly-open-source--banner--community-project.png)\n\n![PyPI - Supported versions](https://img.shields.io/pypi/pyversions/wagtail-sb-codefield)\n![PyPI - Package version](https://img.shields.io/pypi/v/wagtail-sb-codefield)\n![PyPI - Downloads](https://img.shields.io/pypi/dm/wagtail-sb-codefield)\n![PyPI - MIT License](https://img.shields.io/pypi/l/wagtail-sb-codefield)\n\n[![Codacy Badge](https://app.codacy.com/project/badge/Grade/2f6661a360234960b1800c0bdac37d3c)](https://app.codacy.com/gl/softbutterfly/wagtail-sb-codefield/dashboard?utm_source=gl&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)\n\n# Wagtail CodeField\n\nUse CodeField from [`django-sb-codefield`](https://gitlab.com/softbutterfly/open-source/django-sb-codefield) in Wagtail Admin\n\n## Requirements\n\n- Python 3.8.1 or higher but lower than 4.0.0\n- Django lower than 4.0.0\n- Wagtail lower than 4.0.0\n- django-sb-codefield lower than 1.0.0\n\n## Install\n\n```bash\npip install wagtail-sb-codefield\n```\n\n## Usage\n\nAdd `wagtail_sb_codefield`, `django_sb_codefield` and `codemirror2` to your `INSTALLED_APPS` settings\n\n```\nINSTALLED_APPS = [\n # ...\n \"codemirror2\",\n \"django_sb_codefield\",\n \"wagtail_sb_codefield\",\n]\n```\n\n## Docs\n\n- [Ejemplos](https://gitlab.com/softbutterfly/open-source/wagtail-sb-codefield/-/wikis)\n- [Wiki](https://gitlab.com/softbutterfly/open-source/wagtail-sb-codefield/-/wikis)\n\n## Changelog\n\nAll changes to versions of this library are listed in the [change history](CHANGELOG.md).\n\n## Development\n\nCheck out our [contribution guide](CONTRIBUTING.md).\n\n## Contributors\n\nSee the list of contributors [here](https://gitlab.com/softbutterfly/open-source/wagtail-sb-codefield/-/graphs/develop).\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Use CodeField from `django-sb-codefield` in Wagtail Admin",
"version": "0.4.0",
"project_urls": {
"Bug Tracker": "https://gitlab.com/softbutterfly/open-source/wagtail-sb-codefield/-/issues",
"Documentation": "https://gitlab.com/softbutterfly/open-source/wagtail-sb-codefield/-/wikis",
"Download": "https://gitlab.com/softbutterfly/open-source/wagtail-sb-codefield/-/archive/v0.4.0/wagtail-sb-codefield-v0.4.0.tar.gz",
"Homepage": "https://gitlab.com/softbutterfly/open-source/wagtail-sb-codefield",
"Repository": "https://gitlab.com/softbutterfly/open-source/wagtail-sb-codefield"
},
"split_keywords": [
"softbutterfly",
"django",
"migrations"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "914717d24a06ec89d94e3fe88a002c2e4385c18bdd37fe4da6fbeb2c41a3608a",
"md5": "853c4daee8fd863edabb09efaf01902a",
"sha256": "97c1219c9c6188857bf90823a647d17d2876f5a48d9c56a9af656000b09a87da"
},
"downloads": -1,
"filename": "wagtail_sb_codefield-0.4.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "853c4daee8fd863edabb09efaf01902a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8.1,<4.0.0",
"size": 7600,
"upload_time": "2023-05-10T20:14:43",
"upload_time_iso_8601": "2023-05-10T20:14:43.561500Z",
"url": "https://files.pythonhosted.org/packages/91/47/17d24a06ec89d94e3fe88a002c2e4385c18bdd37fe4da6fbeb2c41a3608a/wagtail_sb_codefield-0.4.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5b56415747af8435f26c252bcd711a5c785a673623182e06a8de578a1b1c6473",
"md5": "1089a23b998f641b56553cdf6ea200d9",
"sha256": "ebd18e1752f32cd500178d2a0b351ddcc67c92e8cc650937d802e5ed2ff08e72"
},
"downloads": -1,
"filename": "wagtail_sb_codefield-0.4.0.tar.gz",
"has_sig": false,
"md5_digest": "1089a23b998f641b56553cdf6ea200d9",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8.1,<4.0.0",
"size": 4456,
"upload_time": "2023-05-10T20:14:47",
"upload_time_iso_8601": "2023-05-10T20:14:47.281420Z",
"url": "https://files.pythonhosted.org/packages/5b/56/415747af8435f26c252bcd711a5c785a673623182e06a8de578a1b1c6473/wagtail_sb_codefield-0.4.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-05-10 20:14:47",
"github": false,
"gitlab": true,
"bitbucket": false,
"codeberg": false,
"gitlab_user": "softbutterfly",
"gitlab_project": "open-source",
"lcname": "wagtail-sb-codefield"
}