Skip to main content

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.

Release files for django-multilingual-events 2.0.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for django-multilingual-events 2.0.0
File Size Uploaded
django-multilingual-events-2.0.0.tar.gz 22.1 kB Details

Release files / django-multilingual-events-2.0.0.tar.gz

Download URL django-multilingual-events-2.0.0.tar.gz
Size 22.1 kB
Tags Source
SHA-256 checksum
How to use checksums
a299149a133813e642a0fd3de10756664120d64922a86d014ae3864c08b92ef2
BLAKE2b-256 checksum
How to use checksums
cca56b1d32c78d902a2d4d73c576a5cf6dbadb6d518d1ae7952740a97f964111
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.9.5

Release history Release notifications | RSS feed

This release

2.0.0 This release

1 release file

1.4.0

1 release file

1.3.8

1 release file

1.3.7

1 release file

1.3.6

1 release file

1.3.5

1 release file

1.3.4

1 release file

1.3.3

1 release file

1.3.2

1 release file

1.3.1

1 release file

1.3

1 release file

1.2

1 release file

1.1

1 release file

1.0

1 release file

0.6.11

1 release file

0.6.10

1 release file

0.6.9

1 release file

0.6.8

1 release file

0.6.7

1 release file

0.6.6

1 release file

0.6.5

1 release file

0.6.4

1 release file

0.6.3

1 release file

0.6.2

1 release file

0.6.1

1 release file

0.6

1 release file

0.5

1 release file

0.4

1 release file

0.3.1

1 release file

0.3

1 release file

0.2

1 release file

0.1.2

1 release file

0.1.1

1 release file

0.1

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page