.bumpversion.cfg
.cookiecutterrc
.coveragerc
.editorconfig
.travis.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
tox.ini
ci/bootstrap.py
ci/templates/.travis.yml
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/readme.rst
docs/requirements.txt
docs/spelling_wordlist.txt
docs/usage.rst
docs/reference/index.rst
docs/reference/suit_dashboard.rst
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/top_level.txt
src/suit_dashboard/__init__.py
src/suit_dashboard/admin.py
src/suit_dashboard/layout.py
src/suit_dashboard/models.py
src/suit_dashboard/tests.py
src/suit_dashboard/views.py
src/suit_dashboard/widgets.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/element.html
src/suit_dashboard/templates/suit_dashboard/row.html
src/suit_dashboard/templates/suit_dashboard/widget.html
tests/test_suit_dashboard.py