Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
django-ipware / ipware / tests / testsettings.py
Size: Mime:
DATABASES = {
    'default': {
        'ENGINE': 'django.db.backends.sqlite3',
        'NAME': ':memory:',
    },
}
SECRET_KEY = "un33k"
INSTALLED_APPS = ['ipware']
MIDDLEWARE_CLASSES = []

# Version 1 support
IPWARE_TRUSTED_PROXY_LIST = ['177.139.233.100']