pytask/profile/admin.py
author Madhusudan.C.S <madhusudancs@gmail.com>
Tue, 01 Feb 2011 19:38:41 +0530
changeset 550 a606a40584f7
parent 375 40f1ef7a46d8
permissions -rw-r--r--
Base views should take keyword arguments and should use them for URLs.

from django.contrib import admin

from pytask.profile.models import Profile

admin.site.register(Profile)