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'))

Releasing

Releasing a new version of the project to PyPi is fairly straight forward.

First, make sure you have the correct credentials for PyPi correctly configued on your machine.

Update and commit the Version History in the README.

Then, use bumpversion to increment the version numbers in the project. This will also create a commit and a tag automatically for the new version. For example, to increment the version numbers for a ‘patch’ release:

$ bumpversion patch
$ git push --tags origin master

bumpversion can increment ‘patch’, ‘minor’ or ‘major’ version numbers:

$ bumpversion [patch | minor | major]

Then release the new version to PyPi:

$ make release

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.7.tar.gz (8.0 kB view hashes)

Uploaded Source

Built Distribution

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