Skip to main content

Intuitive text editing for the Django Admin.

Project description

# 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.

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.0.3.tar.gz (49.9 kB view hashes)

Uploaded Source

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