fnp
/
fnpdjango.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fix
[fnpdjango.git]
/
tests
/
views.py
1
from django.http import HttpResponse
2
3
4
def ip(request):
5
return HttpResponse(request.META['REMOTE_ADDR'])