|
|
|
|
@ -3,7 +3,7 @@ from .models import ASSNotification |
|
|
|
|
|
|
|
|
|
class ASSNotificationAdmin(admin.ModelAdmin): |
|
|
|
|
list_display = ['notificationType', 'subtype', 'signedDate', 'transactionId', 'price'] |
|
|
|
|
search_fields = ('transactionId') |
|
|
|
|
search_fields = ['transactionId'] |
|
|
|
|
list_filter = [] |
|
|
|
|
ordering = ['-signedDate'] |
|
|
|
|
|
|
|
|
|
|