mirror of https://github.com/r4sas/py-i2phosts
Hidden Z
14 years ago
1 changed files with 9 additions and 0 deletions
@ -0,0 +1,9 @@
@@ -0,0 +1,9 @@
|
||||
from django.shortcuts import render_to_response |
||||
from django.template import RequestContext |
||||
from web import settings |
||||
|
||||
def index(request): |
||||
return render_to_response('index.html', { |
||||
'title': settings.SITE_NAME, |
||||
'domain': settings.DOMAIN, |
||||
}) |
Loading…
Reference in new issue