dr.botzo/web/index/views.py
Brian S. Stephan faef1cb802 Web: add a root index page
would like to display some of the bot variables, but the base config
needs to be added to the database first, which isn't done yet
2011-02-19 14:13:11 -06:00

7 lines
150 B
Python

from django.shortcuts import render_to_response
def index(request):
return render_to_response('index.html')
# vi:tabstop=4:expandtab:autoindent