Skip to main content

Glitter Events for Django

This project has been archived.

The maintainers of this project have marked this project as archived. No new releases are expected.

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.8.tar.gz (8.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_glitter_events-0.1.8-py2.py3-none-any.whl (14.0 kB view details)

Uploaded Python 2Python 3

File details

Details for the file django-glitter-events-0.1.8.tar.gz.

File metadata

  • Download URL: django-glitter-events-0.1.8.tar.gz
  • Upload date:
  • Size: 8.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Python-urllib/3.5

File hashes

Hashes for django-glitter-events-0.1.8.tar.gz
Algorithm Hash digest
SHA256 a5f9c617d8825c6ffe83d849c5f09c4d50045351563688486f97e4b66b46a05a
MD5 e83795a472f9c668f8ce6237e406027a
BLAKE2b-256 2ccf92b3ab50d5ea4a29782371a3d1ca79193fc32584be05b6d162383874a005

See more details on using hashes here.

File details

Details for the file django_glitter_events-0.1.8-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_glitter_events-0.1.8-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 38b38f058d8450d007877ddc9e6c4133f1ddee5cde8188ce0f3b1221d0ce2d73
MD5 e053054d2c42839f9d90ae516cf549a5
BLAKE2b-256 843decc43f5ccd45becd7dac76697a6840a15ea12616e9bc18fe637106caab92

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page