Created
March 13, 2012 23:23
-
-
Save AeroNotix/2032577 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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