snipt/views.py

6 lines
100 B
Python
Raw Normal View History

2011-06-01 21:50:18 -07:00
from annoying.decorators import render_to
@render_to('home.html')
def home(request):
return {}