Skip to main content

cosinnus marketplace application

Project description

============
Installation
============

* Add ``'cosinnus_event', 'easy-thumbnails', 'geoposition'`` to ``INSTALLED_APPS``
* Add a setting for the thumbnailer, e.g.
```python
THUMBNAIL_PROCESSORS = (
'easy_thumbnails.processors.colorspace',
'easy_thumbnails.processors.autocrop',
'easy_thumbnails.processors.scale_and_crop',
'easy_thumbnails.processors.filters',
)
```
See https://github.com/SmileyChris/easy-thumbnails for more details .
* You might want to specify another value than the default 480 for the height of the map widget:
```
GEOPOSITION_MAP_WIDGET_HEIGHT = '500'
```


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Built Distribution

cosinnus_marketplace-0.1.dev20180515152431-py2.py3-none-any.whl (120.1 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page