Skip to content

ecobasa/cosinnus-event

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

============
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'
```

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published