src/cm/admin.py
author Simon Descarpentries <sid1@sopinspace.com>
Fri, 05 Aug 2011 17:12:15 +0200
changeset 373 f6fe14eb51bc
parent 266 33eb2ee6b9de
permissions -rw-r--r--
Add a title attribute on comment scopes to indicate the number of comments in the scope. Also ensure that the last c-count-x defined color class is set even if there are more than 25 comments in the scope.

from django.contrib import admin
from cm.models import *

admin.site.register(Text)
admin.site.register(Role)
admin.site.register(UserProfile)
admin.site.register(UserRole)
admin.site.register(TextVersion)
admin.site.register(Email)
admin.site.register(Activity)
admin.site.register(Notification)