In admin interface,

the element of list will be displayed.

—————-

e.g.,

from django.contrib import admin
from mailer.models import Message

class MessageAdmin(admin.ModelAdmin):
list_display = (‘id’, ‘to_address’, ‘subject’, ‘when_added’, ‘priority’)

Leave a Reply

(required)

(required)

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

© 2011 Web Oom Suffusion theme by Sayontan Sinha
Switch to our mobile site
Top Footer