reg/admin.py
author nishanth
Fri, 16 Apr 2010 14:57:55 +0530
changeset 69 b977321ccf6c
parent 63 d960c570ce63
permissions -rwxr-xr-x
changed the alignment in list events and font size in base.

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

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