diff --git a/.gitignore b/.gitignore index 19a3835..01b509f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +__pycache__/ .venv/ *.sqlite3 *.bat \ No newline at end of file diff --git a/__pycache__/manage.cpython-312.pyc b/__pycache__/manage.cpython-312.pyc deleted file mode 100644 index e6d7e44..0000000 Binary files a/__pycache__/manage.cpython-312.pyc and /dev/null differ diff --git a/api/__pycache__/__init__.cpython-312.pyc b/api/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 3fc724b..0000000 Binary files a/api/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/api/__pycache__/admin.cpython-312.pyc b/api/__pycache__/admin.cpython-312.pyc deleted file mode 100644 index c24c823..0000000 Binary files a/api/__pycache__/admin.cpython-312.pyc and /dev/null differ diff --git a/api/__pycache__/apps.cpython-312.pyc b/api/__pycache__/apps.cpython-312.pyc deleted file mode 100644 index 23d2c31..0000000 Binary files a/api/__pycache__/apps.cpython-312.pyc and /dev/null differ diff --git a/api/__pycache__/models.cpython-312.pyc b/api/__pycache__/models.cpython-312.pyc deleted file mode 100644 index 6c53a04..0000000 Binary files a/api/__pycache__/models.cpython-312.pyc and /dev/null differ diff --git a/api/__pycache__/serializers.cpython-312.pyc b/api/__pycache__/serializers.cpython-312.pyc deleted file mode 100644 index 6f515db..0000000 Binary files a/api/__pycache__/serializers.cpython-312.pyc and /dev/null differ diff --git a/api/__pycache__/urls.cpython-312.pyc b/api/__pycache__/urls.cpython-312.pyc deleted file mode 100644 index 20cee4d..0000000 Binary files a/api/__pycache__/urls.cpython-312.pyc and /dev/null differ diff --git a/api/__pycache__/views.cpython-312.pyc b/api/__pycache__/views.cpython-312.pyc deleted file mode 100644 index f4eb3c3..0000000 Binary files a/api/__pycache__/views.cpython-312.pyc and /dev/null differ diff --git a/api/migrations/__pycache__/__init__.cpython-312.pyc b/api/migrations/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 835e47c..0000000 Binary files a/api/migrations/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/config/__pycache__/__init__.cpython-312.pyc b/config/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index f42b589..0000000 Binary files a/config/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/config/__pycache__/settings.cpython-312.pyc b/config/__pycache__/settings.cpython-312.pyc deleted file mode 100644 index e838703..0000000 Binary files a/config/__pycache__/settings.cpython-312.pyc and /dev/null differ diff --git a/config/__pycache__/urls.cpython-312.pyc b/config/__pycache__/urls.cpython-312.pyc deleted file mode 100644 index 6c77273..0000000 Binary files a/config/__pycache__/urls.cpython-312.pyc and /dev/null differ diff --git a/config/__pycache__/utils.cpython-312.pyc b/config/__pycache__/utils.cpython-312.pyc deleted file mode 100644 index 41485c2..0000000 Binary files a/config/__pycache__/utils.cpython-312.pyc and /dev/null differ diff --git a/config/__pycache__/wsgi.cpython-312.pyc b/config/__pycache__/wsgi.cpython-312.pyc deleted file mode 100644 index 62968ea..0000000 Binary files a/config/__pycache__/wsgi.cpython-312.pyc and /dev/null differ diff --git a/prices/__pycache__/__init__.cpython-312.pyc b/prices/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index ec36dd9..0000000 Binary files a/prices/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/prices/__pycache__/admin.cpython-312.pyc b/prices/__pycache__/admin.cpython-312.pyc deleted file mode 100644 index 25c7b0b..0000000 Binary files a/prices/__pycache__/admin.cpython-312.pyc and /dev/null differ diff --git a/prices/__pycache__/apps.cpython-312.pyc b/prices/__pycache__/apps.cpython-312.pyc deleted file mode 100644 index f1f6546..0000000 Binary files a/prices/__pycache__/apps.cpython-312.pyc and /dev/null differ diff --git a/prices/__pycache__/context_processors.cpython-312.pyc b/prices/__pycache__/context_processors.cpython-312.pyc deleted file mode 100644 index 42145e7..0000000 Binary files a/prices/__pycache__/context_processors.cpython-312.pyc and /dev/null differ diff --git a/prices/__pycache__/forms.cpython-312.pyc b/prices/__pycache__/forms.cpython-312.pyc deleted file mode 100644 index 89502af..0000000 Binary files a/prices/__pycache__/forms.cpython-312.pyc and /dev/null differ diff --git a/prices/__pycache__/models.cpython-312.pyc b/prices/__pycache__/models.cpython-312.pyc deleted file mode 100644 index 9ad4769..0000000 Binary files a/prices/__pycache__/models.cpython-312.pyc and /dev/null differ diff --git a/prices/__pycache__/urls.cpython-312.pyc b/prices/__pycache__/urls.cpython-312.pyc deleted file mode 100644 index 5514b0f..0000000 Binary files a/prices/__pycache__/urls.cpython-312.pyc and /dev/null differ diff --git a/prices/__pycache__/views.cpython-312.pyc b/prices/__pycache__/views.cpython-312.pyc deleted file mode 100644 index 0b1e2c1..0000000 Binary files a/prices/__pycache__/views.cpython-312.pyc and /dev/null differ diff --git a/prices/management/commands/__pycache__/add_capacity.cpython-312.pyc b/prices/management/commands/__pycache__/add_capacity.cpython-312.pyc deleted file mode 100644 index 7f3a698..0000000 Binary files a/prices/management/commands/__pycache__/add_capacity.cpython-312.pyc and /dev/null differ diff --git a/prices/management/commands/__pycache__/clean_forecasts.cpython-312.pyc b/prices/management/commands/__pycache__/clean_forecasts.cpython-312.pyc deleted file mode 100644 index 318f80c..0000000 Binary files a/prices/management/commands/__pycache__/clean_forecasts.cpython-312.pyc and /dev/null differ diff --git a/prices/management/commands/__pycache__/delete_forecast.cpython-312.pyc b/prices/management/commands/__pycache__/delete_forecast.cpython-312.pyc deleted file mode 100644 index 29b64e0..0000000 Binary files a/prices/management/commands/__pycache__/delete_forecast.cpython-312.pyc and /dev/null differ diff --git a/prices/management/commands/__pycache__/full_hist.cpython-312.pyc b/prices/management/commands/__pycache__/full_hist.cpython-312.pyc deleted file mode 100644 index 68e024b..0000000 Binary files a/prices/management/commands/__pycache__/full_hist.cpython-312.pyc and /dev/null differ diff --git a/prices/management/commands/__pycache__/latest_agile.cpython-312.pyc b/prices/management/commands/__pycache__/latest_agile.cpython-312.pyc deleted file mode 100644 index 2567c61..0000000 Binary files a/prices/management/commands/__pycache__/latest_agile.cpython-312.pyc and /dev/null differ diff --git a/prices/management/commands/__pycache__/national_agile.cpython-312.pyc b/prices/management/commands/__pycache__/national_agile.cpython-312.pyc deleted file mode 100644 index 4c94168..0000000 Binary files a/prices/management/commands/__pycache__/national_agile.cpython-312.pyc and /dev/null differ diff --git a/prices/management/commands/__pycache__/nordpool_v_agile.cpython-312.pyc b/prices/management/commands/__pycache__/nordpool_v_agile.cpython-312.pyc deleted file mode 100644 index 09583ef..0000000 Binary files a/prices/management/commands/__pycache__/nordpool_v_agile.cpython-312.pyc and /dev/null differ diff --git a/prices/management/commands/__pycache__/reset.cpython-312.pyc b/prices/management/commands/__pycache__/reset.cpython-312.pyc deleted file mode 100644 index 8c9ef53..0000000 Binary files a/prices/management/commands/__pycache__/reset.cpython-312.pyc and /dev/null differ diff --git a/prices/management/commands/__pycache__/update.cpython-312.pyc b/prices/management/commands/__pycache__/update.cpython-312.pyc deleted file mode 100644 index 5c91796..0000000 Binary files a/prices/management/commands/__pycache__/update.cpython-312.pyc and /dev/null differ diff --git a/prices/migrations/__pycache__/0001_initial.cpython-312.pyc b/prices/migrations/__pycache__/0001_initial.cpython-312.pyc deleted file mode 100644 index 8eca97f..0000000 Binary files a/prices/migrations/__pycache__/0001_initial.cpython-312.pyc and /dev/null differ diff --git a/prices/migrations/__pycache__/0002_remove_forecastdata_last_updated_and_more.cpython-312.pyc b/prices/migrations/__pycache__/0002_remove_forecastdata_last_updated_and_more.cpython-312.pyc deleted file mode 100644 index 658c884..0000000 Binary files a/prices/migrations/__pycache__/0002_remove_forecastdata_last_updated_and_more.cpython-312.pyc and /dev/null differ diff --git a/prices/migrations/__pycache__/0003_remove_forecastdata_day_of_week_and_more.cpython-312.pyc b/prices/migrations/__pycache__/0003_remove_forecastdata_day_of_week_and_more.cpython-312.pyc deleted file mode 100644 index d7462de..0000000 Binary files a/prices/migrations/__pycache__/0003_remove_forecastdata_day_of_week_and_more.cpython-312.pyc and /dev/null differ diff --git a/prices/migrations/__pycache__/0004_rename_irradience_forecastdata_rad_and_more.cpython-312.pyc b/prices/migrations/__pycache__/0004_rename_irradience_forecastdata_rad_and_more.cpython-312.pyc deleted file mode 100644 index bd8fb15..0000000 Binary files a/prices/migrations/__pycache__/0004_rename_irradience_forecastdata_rad_and_more.cpython-312.pyc and /dev/null differ diff --git a/prices/migrations/__pycache__/0005_pricehistory_remove_history_agile_and_more.cpython-312.pyc b/prices/migrations/__pycache__/0005_pricehistory_remove_history_agile_and_more.cpython-312.pyc deleted file mode 100644 index 06d18e4..0000000 Binary files a/prices/migrations/__pycache__/0005_pricehistory_remove_history_agile_and_more.cpython-312.pyc and /dev/null differ diff --git a/prices/migrations/__pycache__/0006_pricehistory_date_time.cpython-312.pyc b/prices/migrations/__pycache__/0006_pricehistory_date_time.cpython-312.pyc deleted file mode 100644 index 80ddfc9..0000000 Binary files a/prices/migrations/__pycache__/0006_pricehistory_date_time.cpython-312.pyc and /dev/null differ diff --git a/prices/migrations/__pycache__/0007_alter_history_date_time_alter_pricehistory_date_time.cpython-312.pyc b/prices/migrations/__pycache__/0007_alter_history_date_time_alter_pricehistory_date_time.cpython-312.pyc deleted file mode 100644 index 82cb8f4..0000000 Binary files a/prices/migrations/__pycache__/0007_alter_history_date_time_alter_pricehistory_date_time.cpython-312.pyc and /dev/null differ diff --git a/prices/migrations/__pycache__/0008_alter_forecastdata_forecast.cpython-312.pyc b/prices/migrations/__pycache__/0008_alter_forecastdata_forecast.cpython-312.pyc deleted file mode 100644 index 15c4518..0000000 Binary files a/prices/migrations/__pycache__/0008_alter_forecastdata_forecast.cpython-312.pyc and /dev/null differ diff --git a/prices/migrations/__pycache__/0009_remove_history_demand_source.cpython-312.pyc b/prices/migrations/__pycache__/0009_remove_history_demand_source.cpython-312.pyc deleted file mode 100644 index c8fbfcf..0000000 Binary files a/prices/migrations/__pycache__/0009_remove_history_demand_source.cpython-312.pyc and /dev/null differ diff --git a/prices/migrations/__pycache__/0010_alter_forecastdata_agile_and_more.cpython-312.pyc b/prices/migrations/__pycache__/0010_alter_forecastdata_agile_and_more.cpython-312.pyc deleted file mode 100644 index aef67e1..0000000 Binary files a/prices/migrations/__pycache__/0010_alter_forecastdata_agile_and_more.cpython-312.pyc and /dev/null differ diff --git a/prices/migrations/__pycache__/0011_rename_agile_forecastdata_agile_pred_and_more.cpython-312.pyc b/prices/migrations/__pycache__/0011_rename_agile_forecastdata_agile_pred_and_more.cpython-312.pyc deleted file mode 100644 index 0ef1c2b..0000000 Binary files a/prices/migrations/__pycache__/0011_rename_agile_forecastdata_agile_pred_and_more.cpython-312.pyc and /dev/null differ diff --git a/prices/migrations/__pycache__/0012_alter_forecastdata_agile_actual.cpython-312.pyc b/prices/migrations/__pycache__/0012_alter_forecastdata_agile_actual.cpython-312.pyc deleted file mode 100644 index fbcdad7..0000000 Binary files a/prices/migrations/__pycache__/0012_alter_forecastdata_agile_actual.cpython-312.pyc and /dev/null differ diff --git a/prices/migrations/__pycache__/0013_alter_forecastdata_agile_actual.cpython-312.pyc b/prices/migrations/__pycache__/0013_alter_forecastdata_agile_actual.cpython-312.pyc deleted file mode 100644 index 4d4e139..0000000 Binary files a/prices/migrations/__pycache__/0013_alter_forecastdata_agile_actual.cpython-312.pyc and /dev/null differ diff --git a/prices/migrations/__pycache__/0014_alter_forecastdata_agile_pred_and_more.cpython-312.pyc b/prices/migrations/__pycache__/0014_alter_forecastdata_agile_pred_and_more.cpython-312.pyc deleted file mode 100644 index cb5391a..0000000 Binary files a/prices/migrations/__pycache__/0014_alter_forecastdata_agile_pred_and_more.cpython-312.pyc and /dev/null differ diff --git a/prices/migrations/__pycache__/0015_remove_forecastdata_wind_remove_history_wind.cpython-312.pyc b/prices/migrations/__pycache__/0015_remove_forecastdata_wind_remove_history_wind.cpython-312.pyc deleted file mode 100644 index f2527ee..0000000 Binary files a/prices/migrations/__pycache__/0015_remove_forecastdata_wind_remove_history_wind.cpython-312.pyc and /dev/null differ diff --git a/prices/migrations/__pycache__/0016_remove_forecastdata_agile_actual_and_more.cpython-312.pyc b/prices/migrations/__pycache__/0016_remove_forecastdata_agile_actual_and_more.cpython-312.pyc deleted file mode 100644 index f284808..0000000 Binary files a/prices/migrations/__pycache__/0016_remove_forecastdata_agile_actual_and_more.cpython-312.pyc and /dev/null differ diff --git a/prices/migrations/__pycache__/0017_forecastdata_day_ahead.cpython-312.pyc b/prices/migrations/__pycache__/0017_forecastdata_day_ahead.cpython-312.pyc deleted file mode 100644 index 7582011..0000000 Binary files a/prices/migrations/__pycache__/0017_forecastdata_day_ahead.cpython-312.pyc and /dev/null differ diff --git a/prices/migrations/__pycache__/0018_agiledata_date_time.cpython-312.pyc b/prices/migrations/__pycache__/0018_agiledata_date_time.cpython-312.pyc deleted file mode 100644 index af02aab..0000000 Binary files a/prices/migrations/__pycache__/0018_agiledata_date_time.cpython-312.pyc and /dev/null differ diff --git a/prices/migrations/__pycache__/0019_forecastdata_intercon_capacity_and_more.cpython-312.pyc b/prices/migrations/__pycache__/0019_forecastdata_intercon_capacity_and_more.cpython-312.pyc deleted file mode 100644 index 63d5d7c..0000000 Binary files a/prices/migrations/__pycache__/0019_forecastdata_intercon_capacity_and_more.cpython-312.pyc and /dev/null differ diff --git a/prices/migrations/__pycache__/0020_remove_forecastdata_intercon_capacity_and_more.cpython-312.pyc b/prices/migrations/__pycache__/0020_remove_forecastdata_intercon_capacity_and_more.cpython-312.pyc deleted file mode 100644 index b2264c2..0000000 Binary files a/prices/migrations/__pycache__/0020_remove_forecastdata_intercon_capacity_and_more.cpython-312.pyc and /dev/null differ diff --git a/prices/migrations/__pycache__/0021_agiledata_agile_high_agiledata_agile_low.cpython-312.pyc b/prices/migrations/__pycache__/0021_agiledata_agile_high_agiledata_agile_low.cpython-312.pyc deleted file mode 100644 index e7f26b8..0000000 Binary files a/prices/migrations/__pycache__/0021_agiledata_agile_high_agiledata_agile_low.cpython-312.pyc and /dev/null differ diff --git a/prices/migrations/__pycache__/0022_nordpool.cpython-312.pyc b/prices/migrations/__pycache__/0022_nordpool.cpython-312.pyc deleted file mode 100644 index 0778106..0000000 Binary files a/prices/migrations/__pycache__/0022_nordpool.cpython-312.pyc and /dev/null differ diff --git a/prices/migrations/__pycache__/0023_forecastdata_emb_wind.cpython-312.pyc b/prices/migrations/__pycache__/0023_forecastdata_emb_wind.cpython-312.pyc deleted file mode 100644 index f353b14..0000000 Binary files a/prices/migrations/__pycache__/0023_forecastdata_emb_wind.cpython-312.pyc and /dev/null differ diff --git a/prices/migrations/__pycache__/0024_history_total_wind.cpython-312.pyc b/prices/migrations/__pycache__/0024_history_total_wind.cpython-312.pyc deleted file mode 100644 index b556997..0000000 Binary files a/prices/migrations/__pycache__/0024_history_total_wind.cpython-312.pyc and /dev/null differ diff --git a/prices/migrations/__pycache__/__init__.cpython-312.pyc b/prices/migrations/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index d33c128..0000000 Binary files a/prices/migrations/__pycache__/__init__.cpython-312.pyc and /dev/null differ