Skip to main content

Intuitive text editing for the Django Admin.

Project description

:warning: This project is in early development and has bugs, contribution is welcome.

# django-text

Edit content in the Django Admin.

## Installation and usage

Install the package with pip.

```shell
$ pip install django-text
```

Add `'text'` to your installed packages.

```python
# settings.py

INSTALLED_APPS = (
# ...
'text',
)
```

Run `migrate`.

```shell
$ python manage.py migrate
```

Add `editable` tags to your templates.

```html
<h1>{% editable header %}</h1>

<div class="content">
{% editable text_body %}
</div>
```

Now add text nodes with the corresponding names in the Django Admin.
Currently raw text and [markdown](http://daringfireball.net/projects/markdown/) is supported.

![django-text in action](/docs/printscreen.png)

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-text-1.1.2.tar.gz (50.8 kB view details)

Uploaded Source

File details

Details for the file django-text-1.1.2.tar.gz.

File metadata

  • Download URL: django-text-1.1.2.tar.gz
  • Upload date:
  • Size: 50.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for django-text-1.1.2.tar.gz
Algorithm Hash digest
SHA256 6059318fa571e3ac5c6ce785be50f1a5bec8abed03c5b81dfb206148158fa6c4
MD5 86934d8c558b3fdedf3b9905353752a3
BLAKE2b-256 59b6e85f830c5e5cbc54e853ff1878c7b1dc588120f09afdd4cbff9238ddb8db

See more details on using hashes here.

Supported by

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