It is a simple horizontal accordion for django cms
Project description
accordion presentation
======================
It is a simple horizontal accordion for django cms
Installation
-----------------------
Not pypi version yet, clone de repository
$ git clone https://github.com/luisza/accordion_presentation.git
Please read https://github.com/mlavin/django-responsive
And put in your apps
INSTALLED_APPS = (
...
'accordion_presentation',
)
Put in middleware
MIDDLEWARE_CLASSES = (
...
'responsive.middleware.DeviceInfoMiddleware',
)
Put in template context processors:
TEMPLATE_CONTEXT_PROCESSORS = (
...,
'responsive.context_processors.device_info',
)
Run syncdb
$ python manage.py syncdb
$ python manager.py migrate --fake
======================
It is a simple horizontal accordion for django cms
Installation
-----------------------
Not pypi version yet, clone de repository
$ git clone https://github.com/luisza/accordion_presentation.git
Please read https://github.com/mlavin/django-responsive
And put in your apps
INSTALLED_APPS = (
...
'accordion_presentation',
)
Put in middleware
MIDDLEWARE_CLASSES = (
...
'responsive.middleware.DeviceInfoMiddleware',
)
Put in template context processors:
TEMPLATE_CONTEXT_PROCESSORS = (
...,
'responsive.context_processors.device_info',
)
Run syncdb
$ python manage.py syncdb
$ python manager.py migrate --fake
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 accordion_presentation-0.1.tar.gz
.
File metadata
- Download URL: accordion_presentation-0.1.tar.gz
- Upload date:
- Size: 23.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ea1ef6be1ae3d3f1bb2aef4ccf49132afbe434379e23d316d5f83c3dcb76798f |
|
MD5 | 066f1943fd750183dc13223833ab7908 |
|
BLAKE2b-256 | ae771b727b0ccbbc2cc7707ef21454afe6a233c7d7e71f983183d7dc285b00f7 |