Skip to main content

Glitter Events for Django

Project description

Django glitter events for Django.

Installation

Getting the code

You can get django-glitter-events by using pip:

$ pip install django-glitter-events

Prerequisites

Make sure you add 'glitter_events', 'taggit' and 'adminsortable' to your INSTALLED_APPS setting:

INSTALLED_APPS = [
    # ...
    'glitter_events',
    'taggit',
    'adminsortable',
    # ...
]

URLconf

Add the Glitter Events URLs to your project’s URLconf as follows:

url(r'^events/', include('glitter_events.urls', namespace='glitter-events'))

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-glitter-events-0.1.3.tar.gz (6.6 kB view hashes)

Uploaded Source

Built Distribution

django_glitter_events-0.1.3-py2.py3-none-any.whl (13.5 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