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 .
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
c11afa8623f7 incorporated gen_key .
nishanth
parents: 0
diff changeset
     1
from django.shortcuts import render_to_response
c11afa8623f7 incorporated gen_key .
nishanth
parents: 0
diff changeset
     2
c11afa8623f7 incorporated gen_key .
nishanth
parents: 0
diff changeset
     3
def homepage(request):
c11afa8623f7 incorporated gen_key .
nishanth
parents: 0
diff changeset
     4
    """ List all the workshops and their status.
c11afa8623f7 incorporated gen_key .
nishanth
parents: 0
diff changeset
     5
    """
c11afa8623f7 incorporated gen_key .
nishanth
parents: 0
diff changeset
     6
c11afa8623f7 incorporated gen_key .
nishanth
parents: 0
diff changeset
     7
    events = Event.objects.all()