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
7 lines
150 B
Python
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
|