Templates and templatetags to be used with django-CMS with Bootstrap3 or Bootstrap4.
Project description
djangocms-bootstrap
Some templates and templatetags to be used with django-CMS and Bootstrap3/Bootstrap4.
Django-CMS is frontend agnostic, which is a good thing. However, in combination with Bootstrap3/4 the menu structure does not quite fit. This is because Bootstrap3/4 only allows one nested menu level.
Therefore djangocms-bootstrap adds a few modified templatetags, which render the existing page tree into a menu structure suitable for the navbar in Bootstrap3/4.
CHANGELOG
-
1.0
- In addition to Bootstrap-3 add support for Bootstrap-4. This requires to be more generic, therefore also
- rename project from
djangocms-bootstrap3
todjangocms-bootstrap
in your requirements. - rename Django app from
cms_bootstrap3
tocms_bootstrap
in yourINSTALLED_APPS
. - rename in existing templates
bootstrap/…
tobootstrap3/…
.
-
0.4.2
- adopted navbar to work with
angular-ui-bootstrap
version 2.5 and later.
- adopted navbar to work with
-
0.4.1
- Fix versions in
install_requires
ofsetup.py
.
- Fix versions in
-
0.4
- Add support for django-CMS version 3.5
- Replace
dropdown
,dropdown-toggle
byuib-dropdown
,uib-dropdown-toggle
to be compatible with angular-ui-bootstrap version 0.14 and later. - In hamburger menu, replace
<button>
- by<a>
-tag, becauseng-click
didn't fire properly. - Make use of
uib-collapse
for mobile menus. This adds an animation.
-
0.3.2
- In Navbar, render
get_menu_title
as safe string in order to allow HTML tags in Mune Title.
- In Navbar, render
-
0.3.1
- Fix: Use
uib-dropdown
rather thandropdown
to be compatible with angular-ui-bootstrap version 0.14 and later.
- Fix: Use
-
0.3.0
- The templatetags
main_menu
,main_menu_below_id
andmain_menu_embody_id
now accept two optional values:offset
(default 0) andlimit
(default 100). With these it is possible, to render only a subset of the menu list.
- The templatetags
-
0.2.1
- Add setup.py to MANIFEST.in
-
0.2.0
- Adopted to Angular-UI-bootstrap version 0.14 and later.
- Fixed division issue in paginator for Python3.
-
0.1.0
- Added templatetag
main_menu_embody_id
. - Fixed various Django templates to render the menu.
- Added templatetag
-
0.0.2 Initial release.
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
File details
Details for the file djangocms-bootstrap-1.0.tar.gz
.
File metadata
- Download URL: djangocms-bootstrap-1.0.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/2.7.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3eb9366e2d99e7b190208aa1bae0e73645878f0a529fe7eded3cd60c646ad2f9 |
|
MD5 | f8998447f47e7afb72793941aaf43479 |
|
BLAKE2b-256 | 0854edddf2872feb18dd1d6e32b1ce4a0103eb70f9c764d94f6c71868c9a23aa |