.cookiecutterrc
.editorconfig
.prospector.yml
.pyup.yml
.travis.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
runtests.py
setup.cfg
setup.py
tox.ini
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/extra.css
docs/index.rst
docs/readme.rst
docs/requirements.txt
docs/spelling_wordlist.txt
docs/usage.rst
docs/img/suit-dashboard-structure.png
docs/img/suit-dashboard-with-sidebar.png
docs/img/suit-dashboard.png
requirements/base.txt
requirements/ci.txt
requirements/local.txt
requirements/test.txt
scripts/clean.sh
scripts/release.sh
scripts/update.sh
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/apps.py
src/suit_dashboard/layout.py
src/suit_dashboard/models.py
src/suit_dashboard/urls.py
src/suit_dashboard/views.py
src/suit_dashboard/widgets.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