changed tabs to spaces
This commit is contained in:
parent
a4a183f702
commit
9800d12812
@ -12,4 +12,4 @@ class HomeView(TemplateView):
|
|||||||
return context
|
return context
|
||||||
|
|
||||||
def MyIpView(request):
|
def MyIpView(request):
|
||||||
return HttpResponse(json.dumps({'ip':request.META['REMOTE_ADDR']}), content_type="application/json")
|
return HttpResponse(json.dumps({'ip':request.META['REMOTE_ADDR']}), content_type="application/json")
|
Loading…
x
Reference in New Issue
Block a user