From 858898b8ac45770fab6fe3a55e7c824d98c080c2 Mon Sep 17 00:00:00 2001
From: thomaswoehlke <thomas.woehlke@gmail.com>
Date: Mon, 8 Feb 2021 02:22:22 +0100
Subject: [PATCH] ### 0.0.14 Release * Fixed #69 Branch: ISSUE_66_ATTEMPT_01 *
 Fixed #70 load package.json from Bootstrap-Template sb-admin-angular into
 statics * Fixed #67 implement Flask-Login (wontfix) * Issue #159 merge Branch
 ISSUE_66_ATTEMPT_01 to master

---
 config.py => src/config.py                          |   0
 {covid19 => src/covid19}/__init__.py                |   0
 {covid19 => src/covid19}/blueprints/__init__.py     |   0
 .../covid19}/blueprints/admin/__init__.py           |   0
 .../covid19}/blueprints/admin/admin_service.py      |   0
 .../covid19}/blueprints/admin/admin_views.py        |   0
 .../covid19}/blueprints/admin/templates/__init__.py |   0
 .../admin/templates/admin/admin_info.html           |   0
 .../admin/templates/admin/admin_tasks.html          |   0
 .../fragments/fragment_admin_navbar_dropdown.html   |   0
 .../admin/fragments/fragment_admin_navtabs.html     |   0
 .../covid19}/blueprints/common/__init__.py          |   0
 .../covid19}/blueprints/common/common_model.py      |   0
 .../blueprints/common/common_model_transient.py     |   0
 .../covid19}/blueprints/common/common_service.py    |   0
 .../covid19}/blueprints/europe/__init__.py          |   0
 .../covid19}/blueprints/europe/europe_model.py      |   0
 .../blueprints/europe/europe_model_import.py        |   0
 .../covid19}/blueprints/europe/europe_service.py    |   0
 .../blueprints/europe/europe_service_config.py      |   0
 .../blueprints/europe/europe_service_download.py    |   0
 .../blueprints/europe/europe_service_import.py      |   0
 .../blueprints/europe/europe_service_update.py      |   0
 .../covid19}/blueprints/europe/europe_views.py      |   0
 .../blueprints/europe/templates/__init__.py         |   0
 .../europe/continent/europe_continent_all.html      |   0
 .../europe/continent/europe_continent_germany.html  |   0
 .../europe/continent/europe_continent_one.html      |   0
 .../europe/country/europe_country_all.html          |   0
 .../europe/country/europe_country_germany.html      |   0
 .../europe/country/europe_country_one.html          |   0
 .../date_reported/europe_date_reported_all.html     |   0
 .../date_reported/europe_date_reported_one.html     |   0
 .../europe_date_reported_one_cases_weekly.html      |   0
 .../europe_date_reported_one_deaths_weekly.html     |   0
 .../europe_date_reported_one_notification_rate.html |   0
 .../europe/templates/europe/europe_data.html        |   0
 .../europe/templates/europe/europe_imported.html    |   0
 .../europe/templates/europe/europe_info.html        |   0
 .../europe/templates/europe/europe_tasks.html       |   0
 .../fragments/fragment_europe_navbar_dropdown.html  |   0
 .../europe/fragments/fragment_europe_navtabs.html   |   0
 .../fragments/fragment_europe_table_continent.html  |   0
 .../fragments/fragment_europe_table_country.html    |   0
 .../fragments/fragment_europe_table_data.html       |   0
 .../fragment_europe_table_data_imported.html        |   0
 .../fragment_europe_table_date_reported.html        |   0
 {covid19 => src/covid19}/blueprints/rki/__init__.py |   0
 .../covid19}/blueprints/rki/rki_model.py            |   0
 .../covid19}/blueprints/rki/rki_model_import.py     |   0
 .../covid19}/blueprints/rki/rki_service.py          |   0
 .../covid19}/blueprints/rki/rki_service_download.py |   0
 .../covid19}/blueprints/rki/rki_service_import.py   |   0
 .../covid19}/blueprints/rki/rki_service_update.py   |   0
 .../covid19}/blueprints/rki/rki_views.py            |   0
 .../covid19}/blueprints/rki/templates/__init__.py   |   0
 .../templates/rki/fragment_rki_navbar_dropdown.html |   0
 .../rki/templates/rki/fragment_rki_navtabs.html     |   0
 .../blueprints/rki/templates/rki/rki_imported.html  |   0
 .../blueprints/rki/templates/rki/rki_info.html      |   0
 .../blueprints/rki/templates/rki/rki_tasks.html     |   0
 .../covid19}/blueprints/vaccination/__init__.py     |   0
 .../blueprints/vaccination/templates/__init__.py    |   0
 .../fragment_vaccination_navbar_dropdown.html       |   0
 .../fragments/fragment_vaccination_navtabs.html     |   0
 ...fragment_vaccination_timeline_germany_table.html |   0
 ...ent_vaccination_timeline_germany_table_head.html |   0
 .../templates/vaccination/vaccination_info.html     |   0
 .../templates/vaccination/vaccination_tasks.html    |   0
 .../vaccination/vaccination_timeline_germany.html   |   0
 .../blueprints/vaccination/vaccination_model.py     |   0
 .../vaccination/vaccination_model_import.py         |   0
 .../blueprints/vaccination/vaccination_service.py   |   0
 .../vaccination/vaccination_service_config.py       |   0
 .../vaccination/vaccination_service_download.py     |   0
 .../vaccination/vaccination_service_import.py       |   0
 .../blueprints/vaccination/vaccination_views.py     |   0
 {covid19 => src/covid19}/blueprints/who/__init__.py |   0
 .../covid19}/blueprints/who/templates/__init__.py   |   0
 .../who/templates/who/country/who_country_all.html  |   0
 .../templates/who/country/who_country_germany.html  |   0
 .../who/templates/who/country/who_country_one.html  |   0
 .../country/who_country_one_cases_cumulative.html   |   0
 .../who/country/who_country_one_cases_new.html      |   0
 .../country/who_country_one_deaths_cumulative.html  |   0
 .../who/country/who_country_one_deaths_new.html     |   0
 .../who/date_reported/who_date_reported_all.html    |   0
 .../who/date_reported/who_date_reported_one.html    |   0
 .../who_date_reported_one_cases_cumulative.html     |   0
 .../who_date_reported_one_cases_new.html            |   0
 .../who_date_reported_one_deaths_cumulative.html    |   0
 .../who_date_reported_one_deaths_new.html           |   0
 .../who/fragments/fragment_who_navbar_dropdown.html |   0
 .../who/fragments/fragment_who_navtabs.html         |   0
 .../fragments/fragment_who_table_global_data.html   |   0
 .../fragment_who_table_global_data_country.html     |   0
 ...ragment_who_table_global_data_date_reported.html |   0
 .../fragments/fragment_who_table_who_country.html   |   0
 .../who/templates/who/region/who_region_all.html    |   0
 .../who/templates/who/region/who_region_one.html    |   0
 .../blueprints/who/templates/who/who_imported.html  |   0
 .../blueprints/who/templates/who/who_info.html      |   0
 .../blueprints/who/templates/who/who_tasks.html     |   0
 .../covid19}/blueprints/who/who_model.py            |   0
 .../covid19}/blueprints/who/who_model_import.py     |   0
 .../covid19}/blueprints/who/who_service.py          |   0
 .../covid19}/blueprints/who/who_service_config.py   |   0
 .../covid19}/blueprints/who/who_service_download.py |   0
 .../covid19}/blueprints/who/who_service_import.py   |   0
 .../covid19}/blueprints/who/who_service_update.py   |   0
 .../covid19}/blueprints/who/who_views.py            |   0
 {covid19 => src/covid19}/services.py                |   0
 .../covid19}/static/css/covid19python.css           |   0
 {covid19 => src/covid19}/static/favicon.ico         | Bin
 {covid19 => src/covid19}/static/index.js            |   0
 {covid19 => src/covid19}/static/js/covid19python.js |   0
 {covid19 => src/covid19}/static/package-lock.json   |   0
 {covid19 => src/covid19}/static/package.json        |   0
 {covid19 => src/covid19}/static/styles.css          |   0
 .../templates/common/fragment_flashed_messages.html |   0
 .../covid19}/templates/common/fragment_navbar.html  |   0
 .../covid19}/templates/common/fragment_navtabs.html |   0
 .../templates/common/fragment_pagination.html       |   0
 .../covid19}/templates/common/page_home.html        |   0
 .../covid19}/templates/common/page_layout.html      |   0
 {covid19 => src/covid19}/views.py                   |   0
 {covid19 => src/covid19}/workers.py                 |   0
 database.py => src/database.py                      |   0
 128 files changed, 0 insertions(+), 0 deletions(-)
 rename config.py => src/config.py (100%)
 rename {covid19 => src/covid19}/__init__.py (100%)
 rename {covid19 => src/covid19}/blueprints/__init__.py (100%)
 rename {covid19 => src/covid19}/blueprints/admin/__init__.py (100%)
 rename {covid19 => src/covid19}/blueprints/admin/admin_service.py (100%)
 rename {covid19 => src/covid19}/blueprints/admin/admin_views.py (100%)
 rename {covid19 => src/covid19}/blueprints/admin/templates/__init__.py (100%)
 rename {covid19 => src/covid19}/blueprints/admin/templates/admin/admin_info.html (100%)
 rename {covid19 => src/covid19}/blueprints/admin/templates/admin/admin_tasks.html (100%)
 rename {covid19 => src/covid19}/blueprints/admin/templates/admin/fragments/fragment_admin_navbar_dropdown.html (100%)
 rename {covid19 => src/covid19}/blueprints/admin/templates/admin/fragments/fragment_admin_navtabs.html (100%)
 rename {covid19 => src/covid19}/blueprints/common/__init__.py (100%)
 rename {covid19 => src/covid19}/blueprints/common/common_model.py (100%)
 rename {covid19 => src/covid19}/blueprints/common/common_model_transient.py (100%)
 rename {covid19 => src/covid19}/blueprints/common/common_service.py (100%)
 rename {covid19 => src/covid19}/blueprints/europe/__init__.py (100%)
 rename {covid19 => src/covid19}/blueprints/europe/europe_model.py (100%)
 rename {covid19 => src/covid19}/blueprints/europe/europe_model_import.py (100%)
 rename {covid19 => src/covid19}/blueprints/europe/europe_service.py (100%)
 rename {covid19 => src/covid19}/blueprints/europe/europe_service_config.py (100%)
 rename {covid19 => src/covid19}/blueprints/europe/europe_service_download.py (100%)
 rename {covid19 => src/covid19}/blueprints/europe/europe_service_import.py (100%)
 rename {covid19 => src/covid19}/blueprints/europe/europe_service_update.py (100%)
 rename {covid19 => src/covid19}/blueprints/europe/europe_views.py (100%)
 rename {covid19 => src/covid19}/blueprints/europe/templates/__init__.py (100%)
 rename {covid19 => src/covid19}/blueprints/europe/templates/europe/continent/europe_continent_all.html (100%)
 rename {covid19 => src/covid19}/blueprints/europe/templates/europe/continent/europe_continent_germany.html (100%)
 rename {covid19 => src/covid19}/blueprints/europe/templates/europe/continent/europe_continent_one.html (100%)
 rename {covid19 => src/covid19}/blueprints/europe/templates/europe/country/europe_country_all.html (100%)
 rename {covid19 => src/covid19}/blueprints/europe/templates/europe/country/europe_country_germany.html (100%)
 rename {covid19 => src/covid19}/blueprints/europe/templates/europe/country/europe_country_one.html (100%)
 rename {covid19 => src/covid19}/blueprints/europe/templates/europe/date_reported/europe_date_reported_all.html (100%)
 rename {covid19 => src/covid19}/blueprints/europe/templates/europe/date_reported/europe_date_reported_one.html (100%)
 rename {covid19 => src/covid19}/blueprints/europe/templates/europe/date_reported/europe_date_reported_one_cases_weekly.html (100%)
 rename {covid19 => src/covid19}/blueprints/europe/templates/europe/date_reported/europe_date_reported_one_deaths_weekly.html (100%)
 rename {covid19 => src/covid19}/blueprints/europe/templates/europe/date_reported/europe_date_reported_one_notification_rate.html (100%)
 rename {covid19 => src/covid19}/blueprints/europe/templates/europe/europe_data.html (100%)
 rename {covid19 => src/covid19}/blueprints/europe/templates/europe/europe_imported.html (100%)
 rename {covid19 => src/covid19}/blueprints/europe/templates/europe/europe_info.html (100%)
 rename {covid19 => src/covid19}/blueprints/europe/templates/europe/europe_tasks.html (100%)
 rename {covid19 => src/covid19}/blueprints/europe/templates/europe/fragments/fragment_europe_navbar_dropdown.html (100%)
 rename {covid19 => src/covid19}/blueprints/europe/templates/europe/fragments/fragment_europe_navtabs.html (100%)
 rename {covid19 => src/covid19}/blueprints/europe/templates/europe/fragments/fragment_europe_table_continent.html (100%)
 rename {covid19 => src/covid19}/blueprints/europe/templates/europe/fragments/fragment_europe_table_country.html (100%)
 rename {covid19 => src/covid19}/blueprints/europe/templates/europe/fragments/fragment_europe_table_data.html (100%)
 rename {covid19 => src/covid19}/blueprints/europe/templates/europe/fragments/fragment_europe_table_data_imported.html (100%)
 rename {covid19 => src/covid19}/blueprints/europe/templates/europe/fragments/fragment_europe_table_date_reported.html (100%)
 rename {covid19 => src/covid19}/blueprints/rki/__init__.py (100%)
 rename {covid19 => src/covid19}/blueprints/rki/rki_model.py (100%)
 rename {covid19 => src/covid19}/blueprints/rki/rki_model_import.py (100%)
 rename {covid19 => src/covid19}/blueprints/rki/rki_service.py (100%)
 rename {covid19 => src/covid19}/blueprints/rki/rki_service_download.py (100%)
 rename {covid19 => src/covid19}/blueprints/rki/rki_service_import.py (100%)
 rename {covid19 => src/covid19}/blueprints/rki/rki_service_update.py (100%)
 rename {covid19 => src/covid19}/blueprints/rki/rki_views.py (100%)
 rename {covid19 => src/covid19}/blueprints/rki/templates/__init__.py (100%)
 rename {covid19 => src/covid19}/blueprints/rki/templates/rki/fragment_rki_navbar_dropdown.html (100%)
 rename {covid19 => src/covid19}/blueprints/rki/templates/rki/fragment_rki_navtabs.html (100%)
 rename {covid19 => src/covid19}/blueprints/rki/templates/rki/rki_imported.html (100%)
 rename {covid19 => src/covid19}/blueprints/rki/templates/rki/rki_info.html (100%)
 rename {covid19 => src/covid19}/blueprints/rki/templates/rki/rki_tasks.html (100%)
 rename {covid19 => src/covid19}/blueprints/vaccination/__init__.py (100%)
 rename {covid19 => src/covid19}/blueprints/vaccination/templates/__init__.py (100%)
 rename {covid19 => src/covid19}/blueprints/vaccination/templates/vaccination/fragments/fragment_vaccination_navbar_dropdown.html (100%)
 rename {covid19 => src/covid19}/blueprints/vaccination/templates/vaccination/fragments/fragment_vaccination_navtabs.html (100%)
 rename {covid19 => src/covid19}/blueprints/vaccination/templates/vaccination/fragments/fragment_vaccination_timeline_germany_table.html (100%)
 rename {covid19 => src/covid19}/blueprints/vaccination/templates/vaccination/fragments/fragment_vaccination_timeline_germany_table_head.html (100%)
 rename {covid19 => src/covid19}/blueprints/vaccination/templates/vaccination/vaccination_info.html (100%)
 rename {covid19 => src/covid19}/blueprints/vaccination/templates/vaccination/vaccination_tasks.html (100%)
 rename {covid19 => src/covid19}/blueprints/vaccination/templates/vaccination/vaccination_timeline_germany.html (100%)
 rename {covid19 => src/covid19}/blueprints/vaccination/vaccination_model.py (100%)
 rename {covid19 => src/covid19}/blueprints/vaccination/vaccination_model_import.py (100%)
 rename {covid19 => src/covid19}/blueprints/vaccination/vaccination_service.py (100%)
 rename {covid19 => src/covid19}/blueprints/vaccination/vaccination_service_config.py (100%)
 rename {covid19 => src/covid19}/blueprints/vaccination/vaccination_service_download.py (100%)
 rename {covid19 => src/covid19}/blueprints/vaccination/vaccination_service_import.py (100%)
 rename {covid19 => src/covid19}/blueprints/vaccination/vaccination_views.py (100%)
 rename {covid19 => src/covid19}/blueprints/who/__init__.py (100%)
 rename {covid19 => src/covid19}/blueprints/who/templates/__init__.py (100%)
 rename {covid19 => src/covid19}/blueprints/who/templates/who/country/who_country_all.html (100%)
 rename {covid19 => src/covid19}/blueprints/who/templates/who/country/who_country_germany.html (100%)
 rename {covid19 => src/covid19}/blueprints/who/templates/who/country/who_country_one.html (100%)
 rename {covid19 => src/covid19}/blueprints/who/templates/who/country/who_country_one_cases_cumulative.html (100%)
 rename {covid19 => src/covid19}/blueprints/who/templates/who/country/who_country_one_cases_new.html (100%)
 rename {covid19 => src/covid19}/blueprints/who/templates/who/country/who_country_one_deaths_cumulative.html (100%)
 rename {covid19 => src/covid19}/blueprints/who/templates/who/country/who_country_one_deaths_new.html (100%)
 rename {covid19 => src/covid19}/blueprints/who/templates/who/date_reported/who_date_reported_all.html (100%)
 rename {covid19 => src/covid19}/blueprints/who/templates/who/date_reported/who_date_reported_one.html (100%)
 rename {covid19 => src/covid19}/blueprints/who/templates/who/date_reported/who_date_reported_one_cases_cumulative.html (100%)
 rename {covid19 => src/covid19}/blueprints/who/templates/who/date_reported/who_date_reported_one_cases_new.html (100%)
 rename {covid19 => src/covid19}/blueprints/who/templates/who/date_reported/who_date_reported_one_deaths_cumulative.html (100%)
 rename {covid19 => src/covid19}/blueprints/who/templates/who/date_reported/who_date_reported_one_deaths_new.html (100%)
 rename {covid19 => src/covid19}/blueprints/who/templates/who/fragments/fragment_who_navbar_dropdown.html (100%)
 rename {covid19 => src/covid19}/blueprints/who/templates/who/fragments/fragment_who_navtabs.html (100%)
 rename {covid19 => src/covid19}/blueprints/who/templates/who/fragments/fragment_who_table_global_data.html (100%)
 rename {covid19 => src/covid19}/blueprints/who/templates/who/fragments/fragment_who_table_global_data_country.html (100%)
 rename {covid19 => src/covid19}/blueprints/who/templates/who/fragments/fragment_who_table_global_data_date_reported.html (100%)
 rename {covid19 => src/covid19}/blueprints/who/templates/who/fragments/fragment_who_table_who_country.html (100%)
 rename {covid19 => src/covid19}/blueprints/who/templates/who/region/who_region_all.html (100%)
 rename {covid19 => src/covid19}/blueprints/who/templates/who/region/who_region_one.html (100%)
 rename {covid19 => src/covid19}/blueprints/who/templates/who/who_imported.html (100%)
 rename {covid19 => src/covid19}/blueprints/who/templates/who/who_info.html (100%)
 rename {covid19 => src/covid19}/blueprints/who/templates/who/who_tasks.html (100%)
 rename {covid19 => src/covid19}/blueprints/who/who_model.py (100%)
 rename {covid19 => src/covid19}/blueprints/who/who_model_import.py (100%)
 rename {covid19 => src/covid19}/blueprints/who/who_service.py (100%)
 rename {covid19 => src/covid19}/blueprints/who/who_service_config.py (100%)
 rename {covid19 => src/covid19}/blueprints/who/who_service_download.py (100%)
 rename {covid19 => src/covid19}/blueprints/who/who_service_import.py (100%)
 rename {covid19 => src/covid19}/blueprints/who/who_service_update.py (100%)
 rename {covid19 => src/covid19}/blueprints/who/who_views.py (100%)
 rename {covid19 => src/covid19}/services.py (100%)
 rename {covid19 => src/covid19}/static/css/covid19python.css (100%)
 rename {covid19 => src/covid19}/static/favicon.ico (100%)
 rename {covid19 => src/covid19}/static/index.js (100%)
 rename {covid19 => src/covid19}/static/js/covid19python.js (100%)
 rename {covid19 => src/covid19}/static/package-lock.json (100%)
 rename {covid19 => src/covid19}/static/package.json (100%)
 rename {covid19 => src/covid19}/static/styles.css (100%)
 rename {covid19 => src/covid19}/templates/common/fragment_flashed_messages.html (100%)
 rename {covid19 => src/covid19}/templates/common/fragment_navbar.html (100%)
 rename {covid19 => src/covid19}/templates/common/fragment_navtabs.html (100%)
 rename {covid19 => src/covid19}/templates/common/fragment_pagination.html (100%)
 rename {covid19 => src/covid19}/templates/common/page_home.html (100%)
 rename {covid19 => src/covid19}/templates/common/page_layout.html (100%)
 rename {covid19 => src/covid19}/views.py (100%)
 rename {covid19 => src/covid19}/workers.py (100%)
 rename database.py => src/database.py (100%)

diff --git a/config.py b/src/config.py
similarity index 100%
rename from config.py
rename to src/config.py
diff --git a/covid19/__init__.py b/src/covid19/__init__.py
similarity index 100%
rename from covid19/__init__.py
rename to src/covid19/__init__.py
diff --git a/covid19/blueprints/__init__.py b/src/covid19/blueprints/__init__.py
similarity index 100%
rename from covid19/blueprints/__init__.py
rename to src/covid19/blueprints/__init__.py
diff --git a/covid19/blueprints/admin/__init__.py b/src/covid19/blueprints/admin/__init__.py
similarity index 100%
rename from covid19/blueprints/admin/__init__.py
rename to src/covid19/blueprints/admin/__init__.py
diff --git a/covid19/blueprints/admin/admin_service.py b/src/covid19/blueprints/admin/admin_service.py
similarity index 100%
rename from covid19/blueprints/admin/admin_service.py
rename to src/covid19/blueprints/admin/admin_service.py
diff --git a/covid19/blueprints/admin/admin_views.py b/src/covid19/blueprints/admin/admin_views.py
similarity index 100%
rename from covid19/blueprints/admin/admin_views.py
rename to src/covid19/blueprints/admin/admin_views.py
diff --git a/covid19/blueprints/admin/templates/__init__.py b/src/covid19/blueprints/admin/templates/__init__.py
similarity index 100%
rename from covid19/blueprints/admin/templates/__init__.py
rename to src/covid19/blueprints/admin/templates/__init__.py
diff --git a/covid19/blueprints/admin/templates/admin/admin_info.html b/src/covid19/blueprints/admin/templates/admin/admin_info.html
similarity index 100%
rename from covid19/blueprints/admin/templates/admin/admin_info.html
rename to src/covid19/blueprints/admin/templates/admin/admin_info.html
diff --git a/covid19/blueprints/admin/templates/admin/admin_tasks.html b/src/covid19/blueprints/admin/templates/admin/admin_tasks.html
similarity index 100%
rename from covid19/blueprints/admin/templates/admin/admin_tasks.html
rename to src/covid19/blueprints/admin/templates/admin/admin_tasks.html
diff --git a/covid19/blueprints/admin/templates/admin/fragments/fragment_admin_navbar_dropdown.html b/src/covid19/blueprints/admin/templates/admin/fragments/fragment_admin_navbar_dropdown.html
similarity index 100%
rename from covid19/blueprints/admin/templates/admin/fragments/fragment_admin_navbar_dropdown.html
rename to src/covid19/blueprints/admin/templates/admin/fragments/fragment_admin_navbar_dropdown.html
diff --git a/covid19/blueprints/admin/templates/admin/fragments/fragment_admin_navtabs.html b/src/covid19/blueprints/admin/templates/admin/fragments/fragment_admin_navtabs.html
similarity index 100%
rename from covid19/blueprints/admin/templates/admin/fragments/fragment_admin_navtabs.html
rename to src/covid19/blueprints/admin/templates/admin/fragments/fragment_admin_navtabs.html
diff --git a/covid19/blueprints/common/__init__.py b/src/covid19/blueprints/common/__init__.py
similarity index 100%
rename from covid19/blueprints/common/__init__.py
rename to src/covid19/blueprints/common/__init__.py
diff --git a/covid19/blueprints/common/common_model.py b/src/covid19/blueprints/common/common_model.py
similarity index 100%
rename from covid19/blueprints/common/common_model.py
rename to src/covid19/blueprints/common/common_model.py
diff --git a/covid19/blueprints/common/common_model_transient.py b/src/covid19/blueprints/common/common_model_transient.py
similarity index 100%
rename from covid19/blueprints/common/common_model_transient.py
rename to src/covid19/blueprints/common/common_model_transient.py
diff --git a/covid19/blueprints/common/common_service.py b/src/covid19/blueprints/common/common_service.py
similarity index 100%
rename from covid19/blueprints/common/common_service.py
rename to src/covid19/blueprints/common/common_service.py
diff --git a/covid19/blueprints/europe/__init__.py b/src/covid19/blueprints/europe/__init__.py
similarity index 100%
rename from covid19/blueprints/europe/__init__.py
rename to src/covid19/blueprints/europe/__init__.py
diff --git a/covid19/blueprints/europe/europe_model.py b/src/covid19/blueprints/europe/europe_model.py
similarity index 100%
rename from covid19/blueprints/europe/europe_model.py
rename to src/covid19/blueprints/europe/europe_model.py
diff --git a/covid19/blueprints/europe/europe_model_import.py b/src/covid19/blueprints/europe/europe_model_import.py
similarity index 100%
rename from covid19/blueprints/europe/europe_model_import.py
rename to src/covid19/blueprints/europe/europe_model_import.py
diff --git a/covid19/blueprints/europe/europe_service.py b/src/covid19/blueprints/europe/europe_service.py
similarity index 100%
rename from covid19/blueprints/europe/europe_service.py
rename to src/covid19/blueprints/europe/europe_service.py
diff --git a/covid19/blueprints/europe/europe_service_config.py b/src/covid19/blueprints/europe/europe_service_config.py
similarity index 100%
rename from covid19/blueprints/europe/europe_service_config.py
rename to src/covid19/blueprints/europe/europe_service_config.py
diff --git a/covid19/blueprints/europe/europe_service_download.py b/src/covid19/blueprints/europe/europe_service_download.py
similarity index 100%
rename from covid19/blueprints/europe/europe_service_download.py
rename to src/covid19/blueprints/europe/europe_service_download.py
diff --git a/covid19/blueprints/europe/europe_service_import.py b/src/covid19/blueprints/europe/europe_service_import.py
similarity index 100%
rename from covid19/blueprints/europe/europe_service_import.py
rename to src/covid19/blueprints/europe/europe_service_import.py
diff --git a/covid19/blueprints/europe/europe_service_update.py b/src/covid19/blueprints/europe/europe_service_update.py
similarity index 100%
rename from covid19/blueprints/europe/europe_service_update.py
rename to src/covid19/blueprints/europe/europe_service_update.py
diff --git a/covid19/blueprints/europe/europe_views.py b/src/covid19/blueprints/europe/europe_views.py
similarity index 100%
rename from covid19/blueprints/europe/europe_views.py
rename to src/covid19/blueprints/europe/europe_views.py
diff --git a/covid19/blueprints/europe/templates/__init__.py b/src/covid19/blueprints/europe/templates/__init__.py
similarity index 100%
rename from covid19/blueprints/europe/templates/__init__.py
rename to src/covid19/blueprints/europe/templates/__init__.py
diff --git a/covid19/blueprints/europe/templates/europe/continent/europe_continent_all.html b/src/covid19/blueprints/europe/templates/europe/continent/europe_continent_all.html
similarity index 100%
rename from covid19/blueprints/europe/templates/europe/continent/europe_continent_all.html
rename to src/covid19/blueprints/europe/templates/europe/continent/europe_continent_all.html
diff --git a/covid19/blueprints/europe/templates/europe/continent/europe_continent_germany.html b/src/covid19/blueprints/europe/templates/europe/continent/europe_continent_germany.html
similarity index 100%
rename from covid19/blueprints/europe/templates/europe/continent/europe_continent_germany.html
rename to src/covid19/blueprints/europe/templates/europe/continent/europe_continent_germany.html
diff --git a/covid19/blueprints/europe/templates/europe/continent/europe_continent_one.html b/src/covid19/blueprints/europe/templates/europe/continent/europe_continent_one.html
similarity index 100%
rename from covid19/blueprints/europe/templates/europe/continent/europe_continent_one.html
rename to src/covid19/blueprints/europe/templates/europe/continent/europe_continent_one.html
diff --git a/covid19/blueprints/europe/templates/europe/country/europe_country_all.html b/src/covid19/blueprints/europe/templates/europe/country/europe_country_all.html
similarity index 100%
rename from covid19/blueprints/europe/templates/europe/country/europe_country_all.html
rename to src/covid19/blueprints/europe/templates/europe/country/europe_country_all.html
diff --git a/covid19/blueprints/europe/templates/europe/country/europe_country_germany.html b/src/covid19/blueprints/europe/templates/europe/country/europe_country_germany.html
similarity index 100%
rename from covid19/blueprints/europe/templates/europe/country/europe_country_germany.html
rename to src/covid19/blueprints/europe/templates/europe/country/europe_country_germany.html
diff --git a/covid19/blueprints/europe/templates/europe/country/europe_country_one.html b/src/covid19/blueprints/europe/templates/europe/country/europe_country_one.html
similarity index 100%
rename from covid19/blueprints/europe/templates/europe/country/europe_country_one.html
rename to src/covid19/blueprints/europe/templates/europe/country/europe_country_one.html
diff --git a/covid19/blueprints/europe/templates/europe/date_reported/europe_date_reported_all.html b/src/covid19/blueprints/europe/templates/europe/date_reported/europe_date_reported_all.html
similarity index 100%
rename from covid19/blueprints/europe/templates/europe/date_reported/europe_date_reported_all.html
rename to src/covid19/blueprints/europe/templates/europe/date_reported/europe_date_reported_all.html
diff --git a/covid19/blueprints/europe/templates/europe/date_reported/europe_date_reported_one.html b/src/covid19/blueprints/europe/templates/europe/date_reported/europe_date_reported_one.html
similarity index 100%
rename from covid19/blueprints/europe/templates/europe/date_reported/europe_date_reported_one.html
rename to src/covid19/blueprints/europe/templates/europe/date_reported/europe_date_reported_one.html
diff --git a/covid19/blueprints/europe/templates/europe/date_reported/europe_date_reported_one_cases_weekly.html b/src/covid19/blueprints/europe/templates/europe/date_reported/europe_date_reported_one_cases_weekly.html
similarity index 100%
rename from covid19/blueprints/europe/templates/europe/date_reported/europe_date_reported_one_cases_weekly.html
rename to src/covid19/blueprints/europe/templates/europe/date_reported/europe_date_reported_one_cases_weekly.html
diff --git a/covid19/blueprints/europe/templates/europe/date_reported/europe_date_reported_one_deaths_weekly.html b/src/covid19/blueprints/europe/templates/europe/date_reported/europe_date_reported_one_deaths_weekly.html
similarity index 100%
rename from covid19/blueprints/europe/templates/europe/date_reported/europe_date_reported_one_deaths_weekly.html
rename to src/covid19/blueprints/europe/templates/europe/date_reported/europe_date_reported_one_deaths_weekly.html
diff --git a/covid19/blueprints/europe/templates/europe/date_reported/europe_date_reported_one_notification_rate.html b/src/covid19/blueprints/europe/templates/europe/date_reported/europe_date_reported_one_notification_rate.html
similarity index 100%
rename from covid19/blueprints/europe/templates/europe/date_reported/europe_date_reported_one_notification_rate.html
rename to src/covid19/blueprints/europe/templates/europe/date_reported/europe_date_reported_one_notification_rate.html
diff --git a/covid19/blueprints/europe/templates/europe/europe_data.html b/src/covid19/blueprints/europe/templates/europe/europe_data.html
similarity index 100%
rename from covid19/blueprints/europe/templates/europe/europe_data.html
rename to src/covid19/blueprints/europe/templates/europe/europe_data.html
diff --git a/covid19/blueprints/europe/templates/europe/europe_imported.html b/src/covid19/blueprints/europe/templates/europe/europe_imported.html
similarity index 100%
rename from covid19/blueprints/europe/templates/europe/europe_imported.html
rename to src/covid19/blueprints/europe/templates/europe/europe_imported.html
diff --git a/covid19/blueprints/europe/templates/europe/europe_info.html b/src/covid19/blueprints/europe/templates/europe/europe_info.html
similarity index 100%
rename from covid19/blueprints/europe/templates/europe/europe_info.html
rename to src/covid19/blueprints/europe/templates/europe/europe_info.html
diff --git a/covid19/blueprints/europe/templates/europe/europe_tasks.html b/src/covid19/blueprints/europe/templates/europe/europe_tasks.html
similarity index 100%
rename from covid19/blueprints/europe/templates/europe/europe_tasks.html
rename to src/covid19/blueprints/europe/templates/europe/europe_tasks.html
diff --git a/covid19/blueprints/europe/templates/europe/fragments/fragment_europe_navbar_dropdown.html b/src/covid19/blueprints/europe/templates/europe/fragments/fragment_europe_navbar_dropdown.html
similarity index 100%
rename from covid19/blueprints/europe/templates/europe/fragments/fragment_europe_navbar_dropdown.html
rename to src/covid19/blueprints/europe/templates/europe/fragments/fragment_europe_navbar_dropdown.html
diff --git a/covid19/blueprints/europe/templates/europe/fragments/fragment_europe_navtabs.html b/src/covid19/blueprints/europe/templates/europe/fragments/fragment_europe_navtabs.html
similarity index 100%
rename from covid19/blueprints/europe/templates/europe/fragments/fragment_europe_navtabs.html
rename to src/covid19/blueprints/europe/templates/europe/fragments/fragment_europe_navtabs.html
diff --git a/covid19/blueprints/europe/templates/europe/fragments/fragment_europe_table_continent.html b/src/covid19/blueprints/europe/templates/europe/fragments/fragment_europe_table_continent.html
similarity index 100%
rename from covid19/blueprints/europe/templates/europe/fragments/fragment_europe_table_continent.html
rename to src/covid19/blueprints/europe/templates/europe/fragments/fragment_europe_table_continent.html
diff --git a/covid19/blueprints/europe/templates/europe/fragments/fragment_europe_table_country.html b/src/covid19/blueprints/europe/templates/europe/fragments/fragment_europe_table_country.html
similarity index 100%
rename from covid19/blueprints/europe/templates/europe/fragments/fragment_europe_table_country.html
rename to src/covid19/blueprints/europe/templates/europe/fragments/fragment_europe_table_country.html
diff --git a/covid19/blueprints/europe/templates/europe/fragments/fragment_europe_table_data.html b/src/covid19/blueprints/europe/templates/europe/fragments/fragment_europe_table_data.html
similarity index 100%
rename from covid19/blueprints/europe/templates/europe/fragments/fragment_europe_table_data.html
rename to src/covid19/blueprints/europe/templates/europe/fragments/fragment_europe_table_data.html
diff --git a/covid19/blueprints/europe/templates/europe/fragments/fragment_europe_table_data_imported.html b/src/covid19/blueprints/europe/templates/europe/fragments/fragment_europe_table_data_imported.html
similarity index 100%
rename from covid19/blueprints/europe/templates/europe/fragments/fragment_europe_table_data_imported.html
rename to src/covid19/blueprints/europe/templates/europe/fragments/fragment_europe_table_data_imported.html
diff --git a/covid19/blueprints/europe/templates/europe/fragments/fragment_europe_table_date_reported.html b/src/covid19/blueprints/europe/templates/europe/fragments/fragment_europe_table_date_reported.html
similarity index 100%
rename from covid19/blueprints/europe/templates/europe/fragments/fragment_europe_table_date_reported.html
rename to src/covid19/blueprints/europe/templates/europe/fragments/fragment_europe_table_date_reported.html
diff --git a/covid19/blueprints/rki/__init__.py b/src/covid19/blueprints/rki/__init__.py
similarity index 100%
rename from covid19/blueprints/rki/__init__.py
rename to src/covid19/blueprints/rki/__init__.py
diff --git a/covid19/blueprints/rki/rki_model.py b/src/covid19/blueprints/rki/rki_model.py
similarity index 100%
rename from covid19/blueprints/rki/rki_model.py
rename to src/covid19/blueprints/rki/rki_model.py
diff --git a/covid19/blueprints/rki/rki_model_import.py b/src/covid19/blueprints/rki/rki_model_import.py
similarity index 100%
rename from covid19/blueprints/rki/rki_model_import.py
rename to src/covid19/blueprints/rki/rki_model_import.py
diff --git a/covid19/blueprints/rki/rki_service.py b/src/covid19/blueprints/rki/rki_service.py
similarity index 100%
rename from covid19/blueprints/rki/rki_service.py
rename to src/covid19/blueprints/rki/rki_service.py
diff --git a/covid19/blueprints/rki/rki_service_download.py b/src/covid19/blueprints/rki/rki_service_download.py
similarity index 100%
rename from covid19/blueprints/rki/rki_service_download.py
rename to src/covid19/blueprints/rki/rki_service_download.py
diff --git a/covid19/blueprints/rki/rki_service_import.py b/src/covid19/blueprints/rki/rki_service_import.py
similarity index 100%
rename from covid19/blueprints/rki/rki_service_import.py
rename to src/covid19/blueprints/rki/rki_service_import.py
diff --git a/covid19/blueprints/rki/rki_service_update.py b/src/covid19/blueprints/rki/rki_service_update.py
similarity index 100%
rename from covid19/blueprints/rki/rki_service_update.py
rename to src/covid19/blueprints/rki/rki_service_update.py
diff --git a/covid19/blueprints/rki/rki_views.py b/src/covid19/blueprints/rki/rki_views.py
similarity index 100%
rename from covid19/blueprints/rki/rki_views.py
rename to src/covid19/blueprints/rki/rki_views.py
diff --git a/covid19/blueprints/rki/templates/__init__.py b/src/covid19/blueprints/rki/templates/__init__.py
similarity index 100%
rename from covid19/blueprints/rki/templates/__init__.py
rename to src/covid19/blueprints/rki/templates/__init__.py
diff --git a/covid19/blueprints/rki/templates/rki/fragment_rki_navbar_dropdown.html b/src/covid19/blueprints/rki/templates/rki/fragment_rki_navbar_dropdown.html
similarity index 100%
rename from covid19/blueprints/rki/templates/rki/fragment_rki_navbar_dropdown.html
rename to src/covid19/blueprints/rki/templates/rki/fragment_rki_navbar_dropdown.html
diff --git a/covid19/blueprints/rki/templates/rki/fragment_rki_navtabs.html b/src/covid19/blueprints/rki/templates/rki/fragment_rki_navtabs.html
similarity index 100%
rename from covid19/blueprints/rki/templates/rki/fragment_rki_navtabs.html
rename to src/covid19/blueprints/rki/templates/rki/fragment_rki_navtabs.html
diff --git a/covid19/blueprints/rki/templates/rki/rki_imported.html b/src/covid19/blueprints/rki/templates/rki/rki_imported.html
similarity index 100%
rename from covid19/blueprints/rki/templates/rki/rki_imported.html
rename to src/covid19/blueprints/rki/templates/rki/rki_imported.html
diff --git a/covid19/blueprints/rki/templates/rki/rki_info.html b/src/covid19/blueprints/rki/templates/rki/rki_info.html
similarity index 100%
rename from covid19/blueprints/rki/templates/rki/rki_info.html
rename to src/covid19/blueprints/rki/templates/rki/rki_info.html
diff --git a/covid19/blueprints/rki/templates/rki/rki_tasks.html b/src/covid19/blueprints/rki/templates/rki/rki_tasks.html
similarity index 100%
rename from covid19/blueprints/rki/templates/rki/rki_tasks.html
rename to src/covid19/blueprints/rki/templates/rki/rki_tasks.html
diff --git a/covid19/blueprints/vaccination/__init__.py b/src/covid19/blueprints/vaccination/__init__.py
similarity index 100%
rename from covid19/blueprints/vaccination/__init__.py
rename to src/covid19/blueprints/vaccination/__init__.py
diff --git a/covid19/blueprints/vaccination/templates/__init__.py b/src/covid19/blueprints/vaccination/templates/__init__.py
similarity index 100%
rename from covid19/blueprints/vaccination/templates/__init__.py
rename to src/covid19/blueprints/vaccination/templates/__init__.py
diff --git a/covid19/blueprints/vaccination/templates/vaccination/fragments/fragment_vaccination_navbar_dropdown.html b/src/covid19/blueprints/vaccination/templates/vaccination/fragments/fragment_vaccination_navbar_dropdown.html
similarity index 100%
rename from covid19/blueprints/vaccination/templates/vaccination/fragments/fragment_vaccination_navbar_dropdown.html
rename to src/covid19/blueprints/vaccination/templates/vaccination/fragments/fragment_vaccination_navbar_dropdown.html
diff --git a/covid19/blueprints/vaccination/templates/vaccination/fragments/fragment_vaccination_navtabs.html b/src/covid19/blueprints/vaccination/templates/vaccination/fragments/fragment_vaccination_navtabs.html
similarity index 100%
rename from covid19/blueprints/vaccination/templates/vaccination/fragments/fragment_vaccination_navtabs.html
rename to src/covid19/blueprints/vaccination/templates/vaccination/fragments/fragment_vaccination_navtabs.html
diff --git a/covid19/blueprints/vaccination/templates/vaccination/fragments/fragment_vaccination_timeline_germany_table.html b/src/covid19/blueprints/vaccination/templates/vaccination/fragments/fragment_vaccination_timeline_germany_table.html
similarity index 100%
rename from covid19/blueprints/vaccination/templates/vaccination/fragments/fragment_vaccination_timeline_germany_table.html
rename to src/covid19/blueprints/vaccination/templates/vaccination/fragments/fragment_vaccination_timeline_germany_table.html
diff --git a/covid19/blueprints/vaccination/templates/vaccination/fragments/fragment_vaccination_timeline_germany_table_head.html b/src/covid19/blueprints/vaccination/templates/vaccination/fragments/fragment_vaccination_timeline_germany_table_head.html
similarity index 100%
rename from covid19/blueprints/vaccination/templates/vaccination/fragments/fragment_vaccination_timeline_germany_table_head.html
rename to src/covid19/blueprints/vaccination/templates/vaccination/fragments/fragment_vaccination_timeline_germany_table_head.html
diff --git a/covid19/blueprints/vaccination/templates/vaccination/vaccination_info.html b/src/covid19/blueprints/vaccination/templates/vaccination/vaccination_info.html
similarity index 100%
rename from covid19/blueprints/vaccination/templates/vaccination/vaccination_info.html
rename to src/covid19/blueprints/vaccination/templates/vaccination/vaccination_info.html
diff --git a/covid19/blueprints/vaccination/templates/vaccination/vaccination_tasks.html b/src/covid19/blueprints/vaccination/templates/vaccination/vaccination_tasks.html
similarity index 100%
rename from covid19/blueprints/vaccination/templates/vaccination/vaccination_tasks.html
rename to src/covid19/blueprints/vaccination/templates/vaccination/vaccination_tasks.html
diff --git a/covid19/blueprints/vaccination/templates/vaccination/vaccination_timeline_germany.html b/src/covid19/blueprints/vaccination/templates/vaccination/vaccination_timeline_germany.html
similarity index 100%
rename from covid19/blueprints/vaccination/templates/vaccination/vaccination_timeline_germany.html
rename to src/covid19/blueprints/vaccination/templates/vaccination/vaccination_timeline_germany.html
diff --git a/covid19/blueprints/vaccination/vaccination_model.py b/src/covid19/blueprints/vaccination/vaccination_model.py
similarity index 100%
rename from covid19/blueprints/vaccination/vaccination_model.py
rename to src/covid19/blueprints/vaccination/vaccination_model.py
diff --git a/covid19/blueprints/vaccination/vaccination_model_import.py b/src/covid19/blueprints/vaccination/vaccination_model_import.py
similarity index 100%
rename from covid19/blueprints/vaccination/vaccination_model_import.py
rename to src/covid19/blueprints/vaccination/vaccination_model_import.py
diff --git a/covid19/blueprints/vaccination/vaccination_service.py b/src/covid19/blueprints/vaccination/vaccination_service.py
similarity index 100%
rename from covid19/blueprints/vaccination/vaccination_service.py
rename to src/covid19/blueprints/vaccination/vaccination_service.py
diff --git a/covid19/blueprints/vaccination/vaccination_service_config.py b/src/covid19/blueprints/vaccination/vaccination_service_config.py
similarity index 100%
rename from covid19/blueprints/vaccination/vaccination_service_config.py
rename to src/covid19/blueprints/vaccination/vaccination_service_config.py
diff --git a/covid19/blueprints/vaccination/vaccination_service_download.py b/src/covid19/blueprints/vaccination/vaccination_service_download.py
similarity index 100%
rename from covid19/blueprints/vaccination/vaccination_service_download.py
rename to src/covid19/blueprints/vaccination/vaccination_service_download.py
diff --git a/covid19/blueprints/vaccination/vaccination_service_import.py b/src/covid19/blueprints/vaccination/vaccination_service_import.py
similarity index 100%
rename from covid19/blueprints/vaccination/vaccination_service_import.py
rename to src/covid19/blueprints/vaccination/vaccination_service_import.py
diff --git a/covid19/blueprints/vaccination/vaccination_views.py b/src/covid19/blueprints/vaccination/vaccination_views.py
similarity index 100%
rename from covid19/blueprints/vaccination/vaccination_views.py
rename to src/covid19/blueprints/vaccination/vaccination_views.py
diff --git a/covid19/blueprints/who/__init__.py b/src/covid19/blueprints/who/__init__.py
similarity index 100%
rename from covid19/blueprints/who/__init__.py
rename to src/covid19/blueprints/who/__init__.py
diff --git a/covid19/blueprints/who/templates/__init__.py b/src/covid19/blueprints/who/templates/__init__.py
similarity index 100%
rename from covid19/blueprints/who/templates/__init__.py
rename to src/covid19/blueprints/who/templates/__init__.py
diff --git a/covid19/blueprints/who/templates/who/country/who_country_all.html b/src/covid19/blueprints/who/templates/who/country/who_country_all.html
similarity index 100%
rename from covid19/blueprints/who/templates/who/country/who_country_all.html
rename to src/covid19/blueprints/who/templates/who/country/who_country_all.html
diff --git a/covid19/blueprints/who/templates/who/country/who_country_germany.html b/src/covid19/blueprints/who/templates/who/country/who_country_germany.html
similarity index 100%
rename from covid19/blueprints/who/templates/who/country/who_country_germany.html
rename to src/covid19/blueprints/who/templates/who/country/who_country_germany.html
diff --git a/covid19/blueprints/who/templates/who/country/who_country_one.html b/src/covid19/blueprints/who/templates/who/country/who_country_one.html
similarity index 100%
rename from covid19/blueprints/who/templates/who/country/who_country_one.html
rename to src/covid19/blueprints/who/templates/who/country/who_country_one.html
diff --git a/covid19/blueprints/who/templates/who/country/who_country_one_cases_cumulative.html b/src/covid19/blueprints/who/templates/who/country/who_country_one_cases_cumulative.html
similarity index 100%
rename from covid19/blueprints/who/templates/who/country/who_country_one_cases_cumulative.html
rename to src/covid19/blueprints/who/templates/who/country/who_country_one_cases_cumulative.html
diff --git a/covid19/blueprints/who/templates/who/country/who_country_one_cases_new.html b/src/covid19/blueprints/who/templates/who/country/who_country_one_cases_new.html
similarity index 100%
rename from covid19/blueprints/who/templates/who/country/who_country_one_cases_new.html
rename to src/covid19/blueprints/who/templates/who/country/who_country_one_cases_new.html
diff --git a/covid19/blueprints/who/templates/who/country/who_country_one_deaths_cumulative.html b/src/covid19/blueprints/who/templates/who/country/who_country_one_deaths_cumulative.html
similarity index 100%
rename from covid19/blueprints/who/templates/who/country/who_country_one_deaths_cumulative.html
rename to src/covid19/blueprints/who/templates/who/country/who_country_one_deaths_cumulative.html
diff --git a/covid19/blueprints/who/templates/who/country/who_country_one_deaths_new.html b/src/covid19/blueprints/who/templates/who/country/who_country_one_deaths_new.html
similarity index 100%
rename from covid19/blueprints/who/templates/who/country/who_country_one_deaths_new.html
rename to src/covid19/blueprints/who/templates/who/country/who_country_one_deaths_new.html
diff --git a/covid19/blueprints/who/templates/who/date_reported/who_date_reported_all.html b/src/covid19/blueprints/who/templates/who/date_reported/who_date_reported_all.html
similarity index 100%
rename from covid19/blueprints/who/templates/who/date_reported/who_date_reported_all.html
rename to src/covid19/blueprints/who/templates/who/date_reported/who_date_reported_all.html
diff --git a/covid19/blueprints/who/templates/who/date_reported/who_date_reported_one.html b/src/covid19/blueprints/who/templates/who/date_reported/who_date_reported_one.html
similarity index 100%
rename from covid19/blueprints/who/templates/who/date_reported/who_date_reported_one.html
rename to src/covid19/blueprints/who/templates/who/date_reported/who_date_reported_one.html
diff --git a/covid19/blueprints/who/templates/who/date_reported/who_date_reported_one_cases_cumulative.html b/src/covid19/blueprints/who/templates/who/date_reported/who_date_reported_one_cases_cumulative.html
similarity index 100%
rename from covid19/blueprints/who/templates/who/date_reported/who_date_reported_one_cases_cumulative.html
rename to src/covid19/blueprints/who/templates/who/date_reported/who_date_reported_one_cases_cumulative.html
diff --git a/covid19/blueprints/who/templates/who/date_reported/who_date_reported_one_cases_new.html b/src/covid19/blueprints/who/templates/who/date_reported/who_date_reported_one_cases_new.html
similarity index 100%
rename from covid19/blueprints/who/templates/who/date_reported/who_date_reported_one_cases_new.html
rename to src/covid19/blueprints/who/templates/who/date_reported/who_date_reported_one_cases_new.html
diff --git a/covid19/blueprints/who/templates/who/date_reported/who_date_reported_one_deaths_cumulative.html b/src/covid19/blueprints/who/templates/who/date_reported/who_date_reported_one_deaths_cumulative.html
similarity index 100%
rename from covid19/blueprints/who/templates/who/date_reported/who_date_reported_one_deaths_cumulative.html
rename to src/covid19/blueprints/who/templates/who/date_reported/who_date_reported_one_deaths_cumulative.html
diff --git a/covid19/blueprints/who/templates/who/date_reported/who_date_reported_one_deaths_new.html b/src/covid19/blueprints/who/templates/who/date_reported/who_date_reported_one_deaths_new.html
similarity index 100%
rename from covid19/blueprints/who/templates/who/date_reported/who_date_reported_one_deaths_new.html
rename to src/covid19/blueprints/who/templates/who/date_reported/who_date_reported_one_deaths_new.html
diff --git a/covid19/blueprints/who/templates/who/fragments/fragment_who_navbar_dropdown.html b/src/covid19/blueprints/who/templates/who/fragments/fragment_who_navbar_dropdown.html
similarity index 100%
rename from covid19/blueprints/who/templates/who/fragments/fragment_who_navbar_dropdown.html
rename to src/covid19/blueprints/who/templates/who/fragments/fragment_who_navbar_dropdown.html
diff --git a/covid19/blueprints/who/templates/who/fragments/fragment_who_navtabs.html b/src/covid19/blueprints/who/templates/who/fragments/fragment_who_navtabs.html
similarity index 100%
rename from covid19/blueprints/who/templates/who/fragments/fragment_who_navtabs.html
rename to src/covid19/blueprints/who/templates/who/fragments/fragment_who_navtabs.html
diff --git a/covid19/blueprints/who/templates/who/fragments/fragment_who_table_global_data.html b/src/covid19/blueprints/who/templates/who/fragments/fragment_who_table_global_data.html
similarity index 100%
rename from covid19/blueprints/who/templates/who/fragments/fragment_who_table_global_data.html
rename to src/covid19/blueprints/who/templates/who/fragments/fragment_who_table_global_data.html
diff --git a/covid19/blueprints/who/templates/who/fragments/fragment_who_table_global_data_country.html b/src/covid19/blueprints/who/templates/who/fragments/fragment_who_table_global_data_country.html
similarity index 100%
rename from covid19/blueprints/who/templates/who/fragments/fragment_who_table_global_data_country.html
rename to src/covid19/blueprints/who/templates/who/fragments/fragment_who_table_global_data_country.html
diff --git a/covid19/blueprints/who/templates/who/fragments/fragment_who_table_global_data_date_reported.html b/src/covid19/blueprints/who/templates/who/fragments/fragment_who_table_global_data_date_reported.html
similarity index 100%
rename from covid19/blueprints/who/templates/who/fragments/fragment_who_table_global_data_date_reported.html
rename to src/covid19/blueprints/who/templates/who/fragments/fragment_who_table_global_data_date_reported.html
diff --git a/covid19/blueprints/who/templates/who/fragments/fragment_who_table_who_country.html b/src/covid19/blueprints/who/templates/who/fragments/fragment_who_table_who_country.html
similarity index 100%
rename from covid19/blueprints/who/templates/who/fragments/fragment_who_table_who_country.html
rename to src/covid19/blueprints/who/templates/who/fragments/fragment_who_table_who_country.html
diff --git a/covid19/blueprints/who/templates/who/region/who_region_all.html b/src/covid19/blueprints/who/templates/who/region/who_region_all.html
similarity index 100%
rename from covid19/blueprints/who/templates/who/region/who_region_all.html
rename to src/covid19/blueprints/who/templates/who/region/who_region_all.html
diff --git a/covid19/blueprints/who/templates/who/region/who_region_one.html b/src/covid19/blueprints/who/templates/who/region/who_region_one.html
similarity index 100%
rename from covid19/blueprints/who/templates/who/region/who_region_one.html
rename to src/covid19/blueprints/who/templates/who/region/who_region_one.html
diff --git a/covid19/blueprints/who/templates/who/who_imported.html b/src/covid19/blueprints/who/templates/who/who_imported.html
similarity index 100%
rename from covid19/blueprints/who/templates/who/who_imported.html
rename to src/covid19/blueprints/who/templates/who/who_imported.html
diff --git a/covid19/blueprints/who/templates/who/who_info.html b/src/covid19/blueprints/who/templates/who/who_info.html
similarity index 100%
rename from covid19/blueprints/who/templates/who/who_info.html
rename to src/covid19/blueprints/who/templates/who/who_info.html
diff --git a/covid19/blueprints/who/templates/who/who_tasks.html b/src/covid19/blueprints/who/templates/who/who_tasks.html
similarity index 100%
rename from covid19/blueprints/who/templates/who/who_tasks.html
rename to src/covid19/blueprints/who/templates/who/who_tasks.html
diff --git a/covid19/blueprints/who/who_model.py b/src/covid19/blueprints/who/who_model.py
similarity index 100%
rename from covid19/blueprints/who/who_model.py
rename to src/covid19/blueprints/who/who_model.py
diff --git a/covid19/blueprints/who/who_model_import.py b/src/covid19/blueprints/who/who_model_import.py
similarity index 100%
rename from covid19/blueprints/who/who_model_import.py
rename to src/covid19/blueprints/who/who_model_import.py
diff --git a/covid19/blueprints/who/who_service.py b/src/covid19/blueprints/who/who_service.py
similarity index 100%
rename from covid19/blueprints/who/who_service.py
rename to src/covid19/blueprints/who/who_service.py
diff --git a/covid19/blueprints/who/who_service_config.py b/src/covid19/blueprints/who/who_service_config.py
similarity index 100%
rename from covid19/blueprints/who/who_service_config.py
rename to src/covid19/blueprints/who/who_service_config.py
diff --git a/covid19/blueprints/who/who_service_download.py b/src/covid19/blueprints/who/who_service_download.py
similarity index 100%
rename from covid19/blueprints/who/who_service_download.py
rename to src/covid19/blueprints/who/who_service_download.py
diff --git a/covid19/blueprints/who/who_service_import.py b/src/covid19/blueprints/who/who_service_import.py
similarity index 100%
rename from covid19/blueprints/who/who_service_import.py
rename to src/covid19/blueprints/who/who_service_import.py
diff --git a/covid19/blueprints/who/who_service_update.py b/src/covid19/blueprints/who/who_service_update.py
similarity index 100%
rename from covid19/blueprints/who/who_service_update.py
rename to src/covid19/blueprints/who/who_service_update.py
diff --git a/covid19/blueprints/who/who_views.py b/src/covid19/blueprints/who/who_views.py
similarity index 100%
rename from covid19/blueprints/who/who_views.py
rename to src/covid19/blueprints/who/who_views.py
diff --git a/covid19/services.py b/src/covid19/services.py
similarity index 100%
rename from covid19/services.py
rename to src/covid19/services.py
diff --git a/covid19/static/css/covid19python.css b/src/covid19/static/css/covid19python.css
similarity index 100%
rename from covid19/static/css/covid19python.css
rename to src/covid19/static/css/covid19python.css
diff --git a/covid19/static/favicon.ico b/src/covid19/static/favicon.ico
similarity index 100%
rename from covid19/static/favicon.ico
rename to src/covid19/static/favicon.ico
diff --git a/covid19/static/index.js b/src/covid19/static/index.js
similarity index 100%
rename from covid19/static/index.js
rename to src/covid19/static/index.js
diff --git a/covid19/static/js/covid19python.js b/src/covid19/static/js/covid19python.js
similarity index 100%
rename from covid19/static/js/covid19python.js
rename to src/covid19/static/js/covid19python.js
diff --git a/covid19/static/package-lock.json b/src/covid19/static/package-lock.json
similarity index 100%
rename from covid19/static/package-lock.json
rename to src/covid19/static/package-lock.json
diff --git a/covid19/static/package.json b/src/covid19/static/package.json
similarity index 100%
rename from covid19/static/package.json
rename to src/covid19/static/package.json
diff --git a/covid19/static/styles.css b/src/covid19/static/styles.css
similarity index 100%
rename from covid19/static/styles.css
rename to src/covid19/static/styles.css
diff --git a/covid19/templates/common/fragment_flashed_messages.html b/src/covid19/templates/common/fragment_flashed_messages.html
similarity index 100%
rename from covid19/templates/common/fragment_flashed_messages.html
rename to src/covid19/templates/common/fragment_flashed_messages.html
diff --git a/covid19/templates/common/fragment_navbar.html b/src/covid19/templates/common/fragment_navbar.html
similarity index 100%
rename from covid19/templates/common/fragment_navbar.html
rename to src/covid19/templates/common/fragment_navbar.html
diff --git a/covid19/templates/common/fragment_navtabs.html b/src/covid19/templates/common/fragment_navtabs.html
similarity index 100%
rename from covid19/templates/common/fragment_navtabs.html
rename to src/covid19/templates/common/fragment_navtabs.html
diff --git a/covid19/templates/common/fragment_pagination.html b/src/covid19/templates/common/fragment_pagination.html
similarity index 100%
rename from covid19/templates/common/fragment_pagination.html
rename to src/covid19/templates/common/fragment_pagination.html
diff --git a/covid19/templates/common/page_home.html b/src/covid19/templates/common/page_home.html
similarity index 100%
rename from covid19/templates/common/page_home.html
rename to src/covid19/templates/common/page_home.html
diff --git a/covid19/templates/common/page_layout.html b/src/covid19/templates/common/page_layout.html
similarity index 100%
rename from covid19/templates/common/page_layout.html
rename to src/covid19/templates/common/page_layout.html
diff --git a/covid19/views.py b/src/covid19/views.py
similarity index 100%
rename from covid19/views.py
rename to src/covid19/views.py
diff --git a/covid19/workers.py b/src/covid19/workers.py
similarity index 100%
rename from covid19/workers.py
rename to src/covid19/workers.py
diff --git a/database.py b/src/database.py
similarity index 100%
rename from database.py
rename to src/database.py
-- 
GitLab