pytask/profile/admin.py
author Madhusudan.C.S <madhusudancs@gmail.com>
Sun, 30 Jan 2011 20:06:16 +0530
changeset 530 ab9b9e59de9d
parent 375 40f1ef7a46d8
permissions -rw-r--r--
Display list of tasks related to a Textbook and allow coordinator to create them.

from django.contrib import admin

from pytask.profile.models import Profile

admin.site.register(Profile)