Skip to content

Instantly share code, notes, and snippets.

@byroncorrales
Created May 24, 2012 16:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save byroncorrales/2782765 to your computer and use it in GitHub Desktop.
Save byroncorrales/2782765 to your computer and use it in GitHub Desktop.
urlpatterns = patterns('agualiweb.actividades.views',
url(r'^$', ListView.as_view(model=Actividad,
template_name="actividades/list.html",
queryset=Actividad.objects.filter(fecha_inicio__gte=datetime.date.today()))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment