Jump to content

Django for Designers/CRUD: Difference between revisions

→‎Making a basic, working ModelForm: Last item of a dict gets comma after it
imported>Paulproteus
(→‎Part 4: CRUD: Add clarity as to which files we are editing)
imported>Paulproteus
(→‎Making a basic, working ModelForm: Last item of a dict gets comma after it)
Line 48:
context = {
'bookmarks': bookmarks,
'form': form,
}
return render(request, 'index.html', context)
Line 106:
context = {
'bookmarks': bookmarks,
'form': form,
}
return render(request, 'index.html', context)
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.