Browse Source

Delete unneded pyi2phosts/other/*

pull/1/head
Hidden Z 14 years ago
parent
commit
2b9e500d89
  1. 0
      pyi2phosts/other/__init__.py
  2. 13
      pyi2phosts/other/views.py

0
pyi2phosts/other/__init__.py

13
pyi2phosts/other/views.py

@ -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),
})
Loading…
Cancel
Save