reg/views.py
author nishanth
Thu, 08 Apr 2010 22:28:15 +0530
changeset 2 c11afa8623f7
parent 0 30a0f9e20fd4
child 3 182f216da4a8
permissions -rw-r--r--
incorporated gen_key .

from django.shortcuts import render_to_response

def homepage(request):
    """ List all the workshops and their status.
    """

    events = Event.objects.all()