added admin interface for registrant
authornishanth
Sat, 29 May 2010 10:20:15 +0530
changeset 13 d668e6002f14
parent 12 3d333517e3c7
child 14 ee492a4b9ebd
added admin interface for registrant
sdi/site/admin.py
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sdi/site/admin.py	Sat May 29 10:20:15 2010 +0530
@@ -0,0 +1,5 @@
+from django.contrib import admin
+
+from sage_days.sdi.models import Registrant
+
+admin.site.register(Registrant)