Skip to content

Instantly share code, notes, and snippets.

@Alir3z4
Created May 1, 2013 21:10
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Alir3z4/5498409 to your computer and use it in GitHub Desktop.
Save Alir3z4/5498409 to your computer and use it in GitHub Desktop.
direct_to_template to TemplateView django1.3 to newer ;)
find: direct_to_template, \{'template': ('[a-z/.\w-]+')}
replace: TemplateView.as_view(template_name=$1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment