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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | a5f9c617d8825c6ffe83d849c5f09c4d50045351563688486f97e4b66b46a05a |
|
MD5 | e83795a472f9c668f8ce6237e406027a |
|
BLAKE2b-256 | 2ccf92b3ab50d5ea4a29782371a3d1ca79193fc32584be05b6d162383874a005 |
File details
Details for the file django_glitter_events-0.1.8-py2.py3-none-any.whl
.
File metadata
- Download URL: django_glitter_events-0.1.8-py2.py3-none-any.whl
- Upload date:
- Size: 14.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 38b38f058d8450d007877ddc9e6c4133f1ddee5cde8188ce0f3b1221d0ce2d73 |
|
MD5 | e053054d2c42839f9d90ae516cf549a5 |
|
BLAKE2b-256 | 843decc43f5ccd45becd7dac76697a6840a15ea12616e9bc18fe637106caab92 |