I have a basic model named \"Places\" which has this view:
def view_index(request, place_name):
The user will access that view with a URL l
Like this:
place = Places.objects.get(name='kansas') print place.id