Brian S. Stephan e7b132348f actually i need to call this ircbot
so i don't collide with the django dr_botzo
2014-03-16 09:18:17 -05: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