Updated callback module to delegate to acom_callback_event management command.

This commit is contained in:
Chris Church
2013-04-04 13:59:32 -04:00
parent 0a306ee0ad
commit 1b93886be2
8 changed files with 216 additions and 60 deletions

View File

@@ -132,7 +132,7 @@ class CredentialAdmin(admin.ModelAdmin):
class TeamAdmin(admin.ModelAdmin):
list_display = ('name', 'description', 'active')
filter_horizontal = ('projects', 'users', 'organizations', 'tags')
filter_horizontal = ('projects', 'users', 'tags')
class ProjectAdmin(admin.ModelAdmin):