Advertisement
Guest User

Untitled

a guest
Oct 8th, 2013
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.22 KB | None | 0 0
  1. EXTRA_MODEL_FIELDS = (
  2.         (   "mezzanine.blog.models.BlogPost.featured_post",
  3.             "BooleanField",
  4.             "Featured Post",
  5.             {"blank": False, "null": False, "default": False},
  6.         ),
  7.     )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement