Skip to content

Instantly share code, notes, and snippets.

@chriskief
Created October 24, 2013 03:12
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save chriskief/7130717 to your computer and use it in GitHub Desktop.
class Form(FormView):
template_name = 'template.html'
form_class = FormClassName
success_url = reverse_lazy('my_url_name')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment