.coveragerc
.gitignore
.travis.yml
HACKING.rst
README.rst
setup.cfg
setup.py
tox.ini
src/django_develop/__init__.py
src/django_develop/cli.py
src/django_develop/dev_settings.py
src/django_develop/dev_urls.py
src/django_develop/utils.py
src/django_develop.egg-info/PKG-INFO
src/django_develop.egg-info/SOURCES.txt
src/django_develop.egg-info/dependency_links.txt
src/django_develop.egg-info/entry_points.txt
src/django_develop.egg-info/requires.txt
src/django_develop.egg-info/top_level.txt
tests/py2_compat.py
tests/test_cli.py
tests/test_utils.py
tests/test_examples/__init__.py
tests/test_examples/error_settings.py
tests/test_examples/likely_settings.py
tests/test_examples/no_likely_settings.py
tests/test_examples/no_settings.py