Skip to content

Instantly share code, notes, and snippets.

@dfalk
Created July 8, 2012 17:11
Show Gist options
  • Save dfalk/3071831 to your computer and use it in GitHub Desktop.
Save dfalk/3071831 to your computer and use it in GitHub Desktop.
mez meta
meta_title = models.CharField(_("Html title"), max_length=500, blank=True)
add_suffix = models.BooleanField(_("Add suffix with site title"),
help_text=("If checked, site title will be added to the end of "
"html title tag."), default=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment