/ Published in: Python
URL: http://affix.me
Expand |
Embed | Plain Text
fieldsets = ( ("Basic Information", { 'fields': ('entry_title', 'entry_category') }), (None, { 'fields': ('entry_content') }), )
You need to login to post a comment.
URL: http://affix.me
fieldsets = ( ("Basic Information", { 'fields': ('entry_title', 'entry_category') }), (None, { 'fields': ('entry_content') }), )
You need to login to post a comment.