Skip to main content

A simple event app to create event pages for events such as conferences.

Project description

An app for collecting information about events and agendas.

This could be useful for e.g. conventions, meetings etc.

Installation

Prerequisites:

  • Django

  • django-hvad

  • django-cms (tested with v3 beta)

  • django-document-library

If you want to install the latest stable release from PyPi:

$ pip install django-multilingual-events

If you feel adventurous and want to install the latest commit from GitHub:

$ pip install -e git://github.com/bitlabstudio/django-multilingual-events.git#egg=multilingual_events

Add multilingnual_events to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...,
    'document_library',
    'easy_thumbnails',
    'filer',
    'hvad',
    'multilingual_events',
    'cms',
)

Run the migrations:

./manage.py migrate multilingual_events

Usage

Using the apphook

Simply create a django-cms page and select Multilingual Events Apphook in the Application field of the Advanced Settings.

Settings

EVENT_PAGINATION

Default: 20

Define a pagination amount for the event listing.

Sitemaps

To add a sitemap of your events, add the following to your urlconf:

from multilingual_events.sitemaps import EventSitemap

urlpatterns += patterns(
    '',
    url(r'^sitemap.xml$', 'django.contrib.sitemaps.views.sitemap', {
        'sitemaps': {
            'events': EventSitemap,
        }, }),
)

Roadmap

Check the issue tracker on github for milestones and features to come.

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

django-multilingual-events-2.0.0.tar.gz (22.1 kB view details)

Uploaded Source

File details

Details for the file django-multilingual-events-2.0.0.tar.gz.

File metadata

File hashes

Hashes for django-multilingual-events-2.0.0.tar.gz
Algorithm Hash digest
SHA256 a299149a133813e642a0fd3de10756664120d64922a86d014ae3864c08b92ef2
MD5 3fce58bbaa4be79a71fc8dd071eadd01
BLAKE2b-256 cca56b1d32c78d902a2d4d73c576a5cf6dbadb6d518d1ae7952740a97f964111

See more details on using hashes here.

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