diff --git a/exchange_radar/web/static/favicon/favicon-16x16.png b/exchange_radar/web/static/favicon/favicon-16x16.png new file mode 100644 index 0000000..6b464f3 Binary files /dev/null and b/exchange_radar/web/static/favicon/favicon-16x16.png differ diff --git a/exchange_radar/web/static/favicon/favicon-180x180.png b/exchange_radar/web/static/favicon/favicon-180x180.png new file mode 100644 index 0000000..c520bd4 Binary files /dev/null and b/exchange_radar/web/static/favicon/favicon-180x180.png differ diff --git a/exchange_radar/web/static/favicon/favicon-32x32.png b/exchange_radar/web/static/favicon/favicon-32x32.png new file mode 100644 index 0000000..5e10536 Binary files /dev/null and b/exchange_radar/web/static/favicon/favicon-32x32.png differ diff --git a/exchange_radar/web/static/favicon/favicon.ico b/exchange_radar/web/static/favicon/favicon.ico new file mode 100644 index 0000000..669b71c Binary files /dev/null and b/exchange_radar/web/static/favicon/favicon.ico differ diff --git a/exchange_radar/web/templates/base.html b/exchange_radar/web/templates/base.html index 7c0b355..ee6c9d4 100644 --- a/exchange_radar/web/templates/base.html +++ b/exchange_radar/web/templates/base.html @@ -4,16 +4,24 @@ {% block title %}{% endblock %} - - - + + + + + + + + + + + - + - + diff --git a/setup.cfg b/setup.cfg index 9b8cd10..0bc2894 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,7 +8,7 @@ exclude = .git,venv [isort] line_length = 88 -known_first_party = auth_users_service,config +known_first_party = exchange_radar,config multi_line_output = 3 default_section = THIRDPARTY skip = venv/