My favorites | Sign in
Project Logo
                
Code license: MIT License
Labels: django, python, rsvp, events
Show all Featured downloads:
django-rsvp-v1.1.zip
Feeds:
People details
Project owners:
  polarcowz

django-rsvp

django-rsvp is a simple RSVP application for use with Django. The intent is to be able to basic events, send guests invite e-mails and collect their response if they will be attending or not.

Requirements

django-rsvp requires Python 2.3 or better and Django 1.0-beta_1 or better. The only potential dependency within Django is that django.contrib.sites is in INSTALLED_APPS in order to make the included e-mail template work.

Downloading

You can either pull the development version (considered stable and the recommended approach) via:

svn checkout http://django-rsvp.googlecode.com/svn/trunk/ django-rsvp-read-only

Or you can grab the most recent release from here.

Installation

  1. Either copy/symlink the rsvp app into your project or place it somewhere on your PYTHONPATH.
  2. Add rvsp app to your INSTALLED_APPS.
  3. Set the RSVP_FROM_EMAIL setting to an e-mail address you'd like invites to be sent from.
  4. Run ./manage.py syncdb.
  5. Add (r'^rsvp/', include('rsvpproject.rsvp.urls')), to your urls.py.








Hosted by Google Code