.DS_Store
.gitignore
.travis.yml
AUTHORS
CHANGELOG.txt
DESCRIPTION
LICENSE
MANIFEST.in
Makefile
README.rst
manage.py
runtests.py
setup.cfg
setup.py
test_requirements.txt
tox.ini
command_interface/__init__.py
command_interface/admin.py
command_interface/exceptions.py
command_interface/forms.py
command_interface/models.py
command_interface/settings.py
command_interface/test_settings.py
command_interface/urls.py
command_interface/views.py
command_interface/templates/command_interface/command_interface_main.html
command_interface/tests/.coveragerc
command_interface/tests/__init__.py
command_interface/tests/factories.py
command_interface/tests/forms_tests.py
command_interface/tests/models_tests.py
command_interface/tests/urls.py
command_interface/tests/integration_tests/__init__.py
command_interface/tests/integration_tests/views_tests.py
command_interface/tests/test_app/__init__.py
command_interface/tests/test_app/models.py
command_interface/tests/test_app/management/__init__.py
command_interface/tests/test_app/management/commands/__init__.py
command_interface/tests/test_app/management/commands/mycommand.py
command_interface/tests/test_app/templates/400.html
command_interface/tests/test_app/templates/500.html
command_interface/tests/test_app/templates/base.html
django_command_interface.egg-info/PKG-INFO
django_command_interface.egg-info/SOURCES.txt
django_command_interface.egg-info/dependency_links.txt
django_command_interface.egg-info/requires.txt
django_command_interface.egg-info/top_level.txt
django_command_interface.egg-info/version.txt
docs/README.md
hooks/pre-commit