pytask/profile/admin.py
author Nishanth Amuluru <nishanth@fossee.in>
Tue, 11 Jan 2011 12:36:55 +0530
changeset 141 ed2dadfc829a
parent 137 40f1ef7a46d8
permissions -rw-r--r--
corrected the user view url

from django.contrib import admin

from pytask.profile.models import Profile

admin.site.register(Profile)