File: __init__.py

package info (click to toggle)
django-ipware 4.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 196 kB
  • sloc: python: 731; makefile: 6; sh: 3
file content (3 lines) | stat: -rw-r--r-- 87 bytes parent folder | download
1
2
3
from .ip import get_client_ip  # noqa

default_app_config = 'ipware.apps.IPwareConfig'