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