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