pytask/profile/admin.py
author Nishanth Amuluru <nishanth@fossee.in>
Tue, 11 Jan 2011 11:51:12 +0530
changeset 376 5a94c774473c
parent 375 40f1ef7a46d8
permissions -rw-r--r--
browse tasks works fine now

from django.contrib import admin

from pytask.profile.models import Profile

admin.site.register(Profile)