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.8.tar.gz
(598.9 kB
view details)
Built Distribution
File details
Details for the file django-nested-modals-0.0.8.tar.gz
.
File metadata
- Download URL: django-nested-modals-0.0.8.tar.gz
- Upload date:
- Size: 598.9 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 | 72fdb655a5b9fa399085ea2a50626eabc4d5ef704984001eb8029eb214a9550f |
|
MD5 | 3a4c3fa94a2c2f2215cb20783e4b5ebe |
|
BLAKE2b-256 | 407e9718d29e77b9ed488f1c02d4575e3b54c2599bf3c7818f330798e0e27e28 |
File details
Details for the file django_nested_modals-0.0.8-py3-none-any.whl
.
File metadata
- Download URL: django_nested_modals-0.0.8-py3-none-any.whl
- Upload date:
- Size: 656.1 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 | 539e4aace2c47da092629c0f9100f9b22b2f907ae2694c02a1442b78aa171216 |
|
MD5 | 49d49d812cdce2fb852230d7ab3724fd |
|
BLAKE2b-256 | b92f4d030a8686170000f59d9d1ff9f58ae3a2f625f23f64a1207be1b155555c |