Skip to content

Instantly share code, notes, and snippets.

@AeroNotix
Created March 13, 2012 23:23
Show Gist options
  • Select an option

  • Save AeroNotix/2032575 to your computer and use it in GitHub Desktop.

Select an option

Save AeroNotix/2032575 to your computer and use it in GitHub Desktop.
from django.shortcuts import render_to_response
from django.http import HttpResponse
from django.template import RequestContext
from django.views.decorators.csrf import csrf_protect
from django.template import Template, Context
from djangotest.blog.models import Blog
from djangotest.blog.forms import ContactForm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment