Skip to content

Instantly share code, notes, and snippets.

@JuniorLima
Created May 27, 2013 11:25
Show Gist options
  • Save JuniorLima/5656567 to your computer and use it in GitHub Desktop.
Save JuniorLima/5656567 to your computer and use it in GitHub Desktop.
Dúvida do Google Groups - Marcar objeto como destaque - http://bit.ly/14WuggW
class Video(BaseNoticia):
destaque = models.BooleanField(default=False)
url = models.CharField(max_length=15, help_text="fhbTBA64FkU")
def homepage(request):
videodestaque = Video.objects.filter(destaque__icontains=1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment