Skip to main content

Integration of django-inplaceedit and bootstrap

Project description

django-inplaceedit-bootstrap

Information

https://badge.fury.io/py/django-inplaceedit-bootstrap.png https://pypip.in/d/django-inplaceedit-bootstrap/badge.png

Integration of django-inplaceedit with bootstrap 3

It is distributed under the terms of the GNU Lesser General Public License.

This egg would not have been possible without the help of Tyrdall

Requirements

Demo (this video use a very old version of django-inplaceedit and django-inplaceedit-extra-fields)

Video Demo, of django-inplaceedit, django-inplaceedit-extra-fields and django-inlinetrans (Set full screen mode to view it correctly)

https://github.com/Yaco-Sistemas/django-inplaceedit/raw/master/video-frame.png

Attention: This demo is not a demo of this package, in this video there are not any inegration with bootstrap. Please to see a demo use the testing django project.

Installation

After installing django-inplaceedit egg

And after installing django-inplaceedit-extra-fields egg (this is optional but recommended)

In your settings.py

INSTALLED_APPS = (
    'django.contrib.auth',
    'django.contrib.contenttypes',
    'django.contrib.sessions',
    'django.contrib.sites',
    'django.contrib.admin',
    #.....................#
    'inplaceeditform_bootstrap',  # it is very important that this app is before that inplaceeditform and inplaceeditform_extra_fields
    'inplaceeditform',
    'inplaceeditform_extra_fields',  # this is optional but recommended
)

Why this code is not in django-inplaceedit?

  • This code depends on the bootstrap

  • This is a specific solution

Testing

Exists a testing django project. This project can use as demo project.

This project overwrites the default options of django-inplace

INPLACEEDIT_AUTO_SAVE = True
INPLACEEDIT_EVENT = "click"

Development

You can get the bleeding edge version of django-inplaceedit-bootstrap by doing a clone of its git repository:

git clone git@github.com:goinnn/django-inplaceedit-bootstrap.git

Releases

0.0.2 (2013-09-10)

  • Set the variable INPLACEEDIT_EVENT in the settings to “click”

  • Fix typo errors in the README

0.0.1 (2013-09-06)

  • Initial version

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-inplaceedit-bootstrap-0.0.2.tar.gz (4.2 kB view details)

Uploaded Source

File details

Details for the file django-inplaceedit-bootstrap-0.0.2.tar.gz.

File metadata

File hashes

Hashes for django-inplaceedit-bootstrap-0.0.2.tar.gz
Algorithm Hash digest
SHA256 94b7f5f44813e4a4f716738809b217ece01ce67ab28b25c9ed341222b84a5c52
MD5 6e06812ff78bcac30f7a3f085c27e89b
BLAKE2b-256 2854aff310202f784333414232ec981090e3e50f4b1c1fc7cec66bef51743077

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