pytask/profile/admin.py
author Madhusudan.C.S <madhusudancs@gmail.com>
Fri, 28 Jan 2011 02:27:40 +0530
changeset 519 84709567f47a
parent 375 40f1ef7a46d8
permissions -rw-r--r--
Use the release version of South than the latest version. South is very critical for our application. So don't take any risk with the users data. Use the release version.

from django.contrib import admin

from pytask.profile.models import Profile

admin.site.register(Profile)