aldryn-grid-bootstrap
Grid Plugin for Aldryn (Bootstrap)
author | Divio AG |
author_email | info@divio.ch |
classifiers |
|
license | LICENSE.txt |
platform |
|
File | Size | Python | Type | Tox results | History |
---|---|---|---|---|---|
aldryn-grid-bootstrap-0.1.0.1.tar.gz
|
|
|
Uploaded
to nephila/dev
by nephila
|
||
aldryn_grid_bootstrap-0.1.0.1-py2-none-any.whl
|
|
|
|
Uploaded
to nephila/dev
by nephila
|
Aldryn Grid (Bootstrap)
=======================
A Multi Column Plugin for Aldryn, based on the Bootstrap grid system.
Installation
------------
This plugin requires `django CMS` 3.0 or higher to be properly installed.
* In your projects `virtualenv`_, run ``pip install aldryn-grid-bootstrap``.
* Add ``'aldryn_grid_bootstrap'`` to your ``INSTALLED_APPS`` setting.
* Run ``manage.py migrate aldryn_grid_bootstrap``.
Configure your grid
-------------------
You can configure your grid using three numbers: total width of grid, number of
columns, and width of the gutter in between each column::
ALDRYN_GRID_BOOTSTRAP_CONFIG = {
'COLUMNS': 24,
'TOTAL_WIDTH': 960,
'GUTTER': 20,
}
The above example is the default, which, incidentally, matches the widely used bootstrap grid.
Render warnings:
<string>:12: (ERROR/3) Unknown target name: "virtualenv".
=======================
A Multi Column Plugin for Aldryn, based on the Bootstrap grid system.
Installation
------------
This plugin requires `django CMS` 3.0 or higher to be properly installed.
* In your projects `virtualenv`_, run ``pip install aldryn-grid-bootstrap``.
* Add ``'aldryn_grid_bootstrap'`` to your ``INSTALLED_APPS`` setting.
* Run ``manage.py migrate aldryn_grid_bootstrap``.
Configure your grid
-------------------
You can configure your grid using three numbers: total width of grid, number of
columns, and width of the gutter in between each column::
ALDRYN_GRID_BOOTSTRAP_CONFIG = {
'COLUMNS': 24,
'TOTAL_WIDTH': 960,
'GUTTER': 20,
}
The above example is the default, which, incidentally, matches the widely used bootstrap grid.
Render warnings:
<string>:12: (ERROR/3) Unknown target name: "virtualenv".