pytask/profile/admin.py
author Madhusudan.C.S <madhusudancs@gmail.com>
Tue, 01 Feb 2011 02:31:53 +0530
changeset 540 b07d52d49db7
parent 375 40f1ef7a46d8
permissions -rw-r--r--
Initial tags for the chapters should not contain Textbook as the keyword.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
375
40f1ef7a46d8 added admin files
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff changeset
     1
from django.contrib import admin
40f1ef7a46d8 added admin files
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff changeset
     2
40f1ef7a46d8 added admin files
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff changeset
     3
from pytask.profile.models import Profile
40f1ef7a46d8 added admin files
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff changeset
     4
40f1ef7a46d8 added admin files
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff changeset
     5
admin.site.register(Profile)