reg/admin.py
author nishanth
Mon, 26 Apr 2010 17:57:44 +0530
changeset 102 f9466abf5ca2
parent 63 d960c570ce63
permissions -rwxr-xr-x
removed the help text for interests. ppl are simply copying

from django.contrib import admin
from ws_app.reg.models import Profile, Event

admin.site.register(Profile)
admin.site.register(Event)