Django app to implement Bootstrap nested modals
Project description
Add to installed apps in settings
'bootstrap_modals',
Add to template
<script src="{% static 'django_modals/js/modals.js' %}"></script>
<link rel="stylesheet" type="text/css" href="{% static 'django_modals/css/modals.css' %}"/>
####See django_examples for example usage
Types of redirect
Existing modal sends ajax command
return self.command_response(ajax_modal_replace(self.request, 'modal_name'))
Redirecting from get
return
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-nested-modals-0.0.11.tar.gz
(605.7 kB
view details)
Built Distribution
File details
Details for the file django-nested-modals-0.0.11.tar.gz
.
File metadata
- Download URL: django-nested-modals-0.0.11.tar.gz
- Upload date:
- Size: 605.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.8.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 41c9bbe1c1e790f0a0d1d4c4c0a9a76a8560b8e6150e58189f7148792eca1608 |
|
MD5 | d017c55ad0cc711b99d2ef30c253ca65 |
|
BLAKE2b-256 | fd3a0eeadca78b00741edc899417031f3863158635459fa938e7943b8307a386 |
File details
Details for the file django_nested_modals-0.0.11-py3-none-any.whl
.
File metadata
- Download URL: django_nested_modals-0.0.11-py3-none-any.whl
- Upload date:
- Size: 664.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.8.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 242b05118c069d35d941e6f61fa1ac2c3c63248373c7c80a0a32dceacec0ceb7 |
|
MD5 | 11146c2861938b63485d2d66ca487fa0 |
|
BLAKE2b-256 | a1069fd0babb54d4d1863c62f55de75bf8024d1babc4254b4e28dfed55e8abed |