django-nested-modals

Django app to implement Bootstrap nested modals


License
MIT
Install
pip install django-nested-modals==0.0.24

Documentation

PyPI version

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