Skip to main content

On-site editing for Django

Project description

=============================
negative_inline_editor
=============================

.. image:: https://badge.fury.io/py/negative-inline-editor.png
:target: http://badge.fury.io/py/negative-inline-editor

.. image:: https://travis-ci.org/negative-space/negative-inline-editor.png?branch=master
:target: https://travis-ci.org/negative-space/negative-inline-editor

On-site editing for Django

Features
--------

* Nicely looking panel for inline editing
* Edit single model fields on-site
* Edit list with drag-and-drop and add/delete support
* Medium-like content-editing integrated
* negative-i18n integration


Installation
---------------

pip install negative-inline-editor

Add 'negative_inline_editor' to installed apps and add middleware:


INSTALLED_APPS += [
'negative_inline_editor'
]

MIDDLEWARE += [
'negative_inline_editor.middleware.EditableMiddleware'
]


Configuration
------------------

Add to the settings application that are allowed to edit through fronted (by super-user only).

NEGATIVE_INLINE_MODELS = [
'negative_i18n',
'my_app',
]


Usage
---------------

Single field editing

{% editable page->title %}


Documentation
-------------

The full documentation is at http://negative-inline-editor.rtfd.org.



History
-------

0.1.0 (2019-02-14)
++++++++++++++++++

* First release on PyPI.

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

negative-inline-editor-0.1.0.tar.gz (6.7 kB view details)

Uploaded Source

File details

Details for the file negative-inline-editor-0.1.0.tar.gz.

File metadata

File hashes

Hashes for negative-inline-editor-0.1.0.tar.gz
Algorithm Hash digest
SHA256 96e45f39419abc0de63287bc0017cc2eebe3fabb369ffd910310f393c7872811
MD5 a17f5f89a238efa5b7ae2e0e252d1eb3
BLAKE2b-256 7ac9be54046c7dd3527295c81f35b80efca11d083d6e9d1f02a3462be2c5be69

See more details on using hashes here.

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