sdi/views.py
changeset 7 98f2b5c2abc9
parent 4 ac7eaa878437
child 9 47f72774489e
--- a/sdi/views.py	Sat May 29 09:41:26 2010 +0530
+++ b/sdi/views.py	Sat May 29 09:44:26 2010 +0530
@@ -1,1 +1,9 @@
-# Create your views here.
+from django.shortcuts import render_to_response
+
+from sage_days.sdi.models import Registrant
+
+def register(request):
+    """ The user register page.
+    """
+
+    pass