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-countries / tests / settings.py
Size: Mime:
SECRET_KEY = 'test'

INSTALLED_APPS = (
    'django_countries',
    'django_countries.tests',
)

DATABASES = {
    'default': {'ENGINE': 'django.db.backends.sqlite3'}
}

STATIC_URL = '/static-assets/'

MIDDLEWARE_CLASSES = (
    'django.middleware.common.CommonMiddleware',
    'django.middleware.csrf.CsrfViewMiddleware',
)