diff --git a/nsupdate/main/views.py b/nsupdate/main/views.py index 506a129..eb36792 100644 --- a/nsupdate/main/views.py +++ b/nsupdate/main/views.py @@ -12,4 +12,4 @@ class HomeView(TemplateView): return context def MyIpView(request): - return HttpResponse(json.dumps({'ip':request.META['REMOTE_ADDR']}), content_type="application/json") \ No newline at end of file + return HttpResponse(json.dumps({'ip':request.META['REMOTE_ADDR']}), content_type="application/json") \ No newline at end of file