1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-01-22 20:44:55 +00:00

Delete unneded pyi2phosts/other/*

This commit is contained in:
Hidden Z 2010-11-05 21:21:47 +00:00
parent bd7417f900
commit 2b9e500d89
2 changed files with 0 additions and 13 deletions

View File

@ -1,13 +0,0 @@
from django.shortcuts import render_to_response
from pyi2phosts.lib.utils import get_b32
import settings
def index(request):
return render_to_response('index.html', {
'title': settings.SITE_NAME,
'domain': settings.DOMAIN,
'b64': settings.MY_B64,
'b32': get_b32(settings.MY_B64),
})