Skip to main content

A reusable Django app to create event pages where users can RSVP.

Project description

EARLY ALPHA! DO NOT USE THIS!

A reusable Django app to create event pages where users can RSVP.

Installation

You need to install the following prerequisites in order to use this app:

pip install Django
pip install South

If you want to install the latest stable release from PyPi:

$ pip install django-event-rsvp

If you feel adventurous and want to install the latest commit from GitHub:

$ pip install -e git://github.com/bitmazk/django-event-rsvp.git#egg=event_rsvp

Add event_rsvp to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...,
    'filer',
    'event_rsvp',
)

Run the South migrations:

./manage.py migrate event_rsvp

Usage

TODO: Describe usage

Contribute

If you want to contribute to this project, please perform the following steps:

# Fork this repository
# Clone your fork
$ mkvirtualenv -p python2.7 event-rsvp
$ pip install -r requirements.txt
$ ./logger/tests/runtests.sh
# You should get no failing tests

$ git co -b feature_branch master
# Implement your feature and tests
# Describe your change in the CHANGELOG.txt
$ git add . && git commit
$ git push origin feature_branch
# Send us a pull request for your feature branch

Whenever you run the tests a coverage output will be generated in tests/coverage/index.html. When adding new features, please make sure that you keep the coverage at 100%.

Roadmap

Check the issue tracker on github for milestones and features to come.

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-event-rsvp-0.4.1.tar.gz (23.3 kB view details)

Uploaded Source

File details

Details for the file django-event-rsvp-0.4.1.tar.gz.

File metadata

File hashes

Hashes for django-event-rsvp-0.4.1.tar.gz
Algorithm Hash digest
SHA256 5b58b569a5421f463e26bb8a4a4277d67498c1f3d2300f17b1fc4a94a9389c4b
MD5 f2d57ac119b5b5c11c78463e97e8bf6f
BLAKE2b-256 bf28b8ff2959f7e584e2975fd46bfcdfb75efc5b890c42e32fd9c9b523ba34e8

See more details on using hashes here.

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