Integration of django-inplaceedit and bootstrap
Project description
Inplace Edit Form Bootstrap
Information
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
Django Inplace Edit Extra fields (>= 0.1.0) (optional but recommended)
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)
Attention: This demo is not a demo of this package, please use the testing project
Installation
After installing django inplace edit egg
And after installing django inplace edit 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
They are a specific solution
Testing
Exists a testing django project. This project can use as demo project.
Development
You can get the leading edge version of inplaceedit-bootstrap by doing a checkout of its repository:
Releases
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
File details
Details for the file django-inplaceedit-bootstrap-0.0.1.tar.gz
.
File metadata
- Download URL: django-inplaceedit-bootstrap-0.0.1.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f57b394ecd110d89e15d8979e9a93c3ed7082c9dee2eb322b55950421af82a1a |
|
MD5 | 61d72c80fd70bffd8890e158f29bd0f2 |
|
BLAKE2b-256 | 9abd93a414dbbf4c78d6ade57e6772e1e191a59b939c76d773a3e0144896dc41 |