.bumpversion.cfg
.cookiecutterrc
.coveragerc
.editorconfig
.travis.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
release.sh
setup.cfg
setup.py
tox.ini
ci/bootstrap.py
ci/templates/.travis.yml
src/django_suit_dashboard.egg-info/PKG-INFO
src/django_suit_dashboard.egg-info/SOURCES.txt
src/django_suit_dashboard.egg-info/dependency_links.txt
src/django_suit_dashboard.egg-info/not-zip-safe
src/django_suit_dashboard.egg-info/requires.txt
src/django_suit_dashboard.egg-info/top_level.txt
src/suit_dashboard/__init__.py
src/suit_dashboard/admin.py
src/suit_dashboard/box.py
src/suit_dashboard/decorators.py
src/suit_dashboard/layout.py
src/suit_dashboard/models.py
src/suit_dashboard/tests.py
src/suit_dashboard/urls.py
src/suit_dashboard/views.py
src/suit_dashboard/migrations/__init__.py
src/suit_dashboard/static/suit_dashboard/base.css
src/suit_dashboard/templates/suit_dashboard/base.html
src/suit_dashboard/templates/suit_dashboard/box.html
src/suit_dashboard/templates/suit_dashboard/element.html
src/suit_dashboard/templates/suit_dashboard/row.html
tests/test_suit_dashboard.py