Skip to content

Instantly share code, notes, and snippets.

@mmtechslv
Created April 7, 2021 15:48
Show Gist options
  • Save mmtechslv/a3111987ce99728be8ee321889d674bc to your computer and use it in GitHub Desktop.
Save mmtechslv/a3111987ce99728be8ee321889d674bc to your computer and use it in GitHub Desktop.
Markdium-Introduction
from django.shortcuts import render
from .filters import PeopleFilter
def index(request):
people_filter = RangeFilter(request.GET)
return render(request, 'index.html', {'people_filter':people_filter})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment