Skip to content

An event calendar implementation for groups/projects in the WECHANGE suite. Implements BaseTaggableObjectModel event model and an event-poll model with dates, attendances, attachable files and comments.

License

Notifications You must be signed in to change notification settings

wechange-eg/cosinnus-event

Folders and files

NameName
Last commit message
Last commit date

Latest commit

febe83a · Jul 15, 2019
Jul 15, 2019
Nov 14, 2018
Nov 25, 2013
Nov 25, 2013
Jun 16, 2016
Jan 27, 2014
Jan 6, 2014
Nov 17, 2018
Apr 8, 2014
Jul 2, 2016
May 15, 2018

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

An event calendar implementation for groups/projects in the WECHANGE suite. Implements BaseTaggableObjectModel event model and an event-poll model with dates, attendances, attachable files and comments.

Resources

License

Stars

Watchers

Forks

Packages

No packages published