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

hemamaps / django-countries   python

Repository URL to install this package:

Version: 3.4.1 

/ tests / settings_lts.py

"""
Allow Django 1.4 to use the same test discovery runner method.
"""
from .settings import *   # NOQA

TEST_RUNNER = 'discover_runner.DiscoverRunner'