diff --git a/.gitignore b/.gitignore index 0928bb26..cffa3302 100644 --- a/.gitignore +++ b/.gitignore @@ -112,3 +112,74 @@ thrillwiki/__pycache__/settings.cpython-312.pyc thrillwiki/__pycache__/urls.cpython-312.pyc thrillwiki/__pycache__/views.cpython-312.pyc thrillwiki/__pycache__/wsgi.cpython-312.pyc +accounts/__pycache__/__init__.cpython-312.pyc +accounts/__pycache__/adapters.cpython-312.pyc +accounts/__pycache__/admin.cpython-312.pyc +accounts/__pycache__/apps.cpython-312.pyc +accounts/__pycache__/models.cpython-312.pyc +accounts/__pycache__/signals.cpython-312.pyc +accounts/__pycache__/urls.cpython-312.pyc +accounts/__pycache__/views.cpython-312.pyc +accounts/migrations/__pycache__/__init__.cpython-312.pyc +accounts/migrations/__pycache__/0001_initial.cpython-312.pyc +companies/__pycache__/__init__.cpython-312.pyc +companies/__pycache__/admin.cpython-312.pyc +companies/__pycache__/apps.cpython-312.pyc +companies/__pycache__/models.cpython-312.pyc +companies/__pycache__/signals.cpython-312.pyc +companies/__pycache__/urls.cpython-312.pyc +companies/__pycache__/views.cpython-312.pyc +companies/migrations/__pycache__/__init__.cpython-312.pyc +companies/migrations/__pycache__/0001_initial.cpython-312.pyc +core/__pycache__/__init__.cpython-312.pyc +core/__pycache__/admin.cpython-312.pyc +core/__pycache__/apps.cpython-312.pyc +core/__pycache__/models.cpython-312.pyc +core/__pycache__/views.cpython-312.pyc +core/migrations/__pycache__/__init__.cpython-312.pyc +core/migrations/__pycache__/0001_initial.cpython-312.pyc +email_service/__pycache__/__init__.cpython-312.pyc +email_service/__pycache__/admin.cpython-312.pyc +email_service/__pycache__/apps.cpython-312.pyc +email_service/__pycache__/models.cpython-312.pyc +email_service/__pycache__/services.cpython-312.pyc +email_service/migrations/__pycache__/__init__.cpython-312.pyc +email_service/migrations/__pycache__/0001_initial.cpython-312.pyc +media/__pycache__/__init__.cpython-312.pyc +media/__pycache__/admin.cpython-312.pyc +media/__pycache__/apps.cpython-312.pyc +media/__pycache__/models.cpython-312.pyc +media/migrations/__pycache__/__init__.cpython-312.pyc +media/migrations/__pycache__/0001_initial.cpython-312.pyc +parks/__pycache__/__init__.cpython-312.pyc +parks/__pycache__/admin.cpython-312.pyc +parks/__pycache__/apps.cpython-312.pyc +parks/__pycache__/models.cpython-312.pyc +parks/__pycache__/signals.cpython-312.pyc +parks/__pycache__/urls.cpython-312.pyc +parks/__pycache__/views.cpython-312.pyc +parks/migrations/__pycache__/__init__.cpython-312.pyc +parks/migrations/__pycache__/0001_initial.cpython-312.pyc +reviews/__pycache__/__init__.cpython-312.pyc +reviews/__pycache__/admin.cpython-312.pyc +reviews/__pycache__/apps.cpython-312.pyc +reviews/__pycache__/models.cpython-312.pyc +reviews/__pycache__/signals.cpython-312.pyc +reviews/__pycache__/urls.cpython-312.pyc +reviews/__pycache__/views.cpython-312.pyc +reviews/migrations/__pycache__/__init__.cpython-312.pyc +reviews/migrations/__pycache__/0001_initial.cpython-312.pyc +rides/__pycache__/__init__.cpython-312.pyc +rides/__pycache__/admin.cpython-312.pyc +rides/__pycache__/apps.cpython-312.pyc +rides/__pycache__/models.cpython-312.pyc +rides/__pycache__/signals.cpython-312.pyc +rides/__pycache__/urls.cpython-312.pyc +rides/__pycache__/views.cpython-312.pyc +rides/migrations/__pycache__/__init__.cpython-312.pyc +rides/migrations/__pycache__/0001_initial.cpython-312.pyc +thrillwiki/__pycache__/__init__.cpython-312.pyc +thrillwiki/__pycache__/settings.cpython-312.pyc +thrillwiki/__pycache__/urls.cpython-312.pyc +thrillwiki/__pycache__/views.cpython-312.pyc +thrillwiki/__pycache__/wsgi.cpython-312.pyc diff --git a/accounts/__pycache__/__init__.cpython-312.pyc b/accounts/__pycache__/__init__.cpython-312.pyc index 5059b1fc..ecc0dade 100644 Binary files a/accounts/__pycache__/__init__.cpython-312.pyc and b/accounts/__pycache__/__init__.cpython-312.pyc differ diff --git a/accounts/__pycache__/adapters.cpython-312.pyc b/accounts/__pycache__/adapters.cpython-312.pyc index 3c10d314..696fa6c5 100644 Binary files a/accounts/__pycache__/adapters.cpython-312.pyc and b/accounts/__pycache__/adapters.cpython-312.pyc differ diff --git a/accounts/__pycache__/admin.cpython-312.pyc b/accounts/__pycache__/admin.cpython-312.pyc index d71a5097..352987f4 100644 Binary files a/accounts/__pycache__/admin.cpython-312.pyc and b/accounts/__pycache__/admin.cpython-312.pyc differ diff --git a/accounts/__pycache__/apps.cpython-312.pyc b/accounts/__pycache__/apps.cpython-312.pyc index 2fccdff7..b07c5bb1 100644 Binary files a/accounts/__pycache__/apps.cpython-312.pyc and b/accounts/__pycache__/apps.cpython-312.pyc differ diff --git a/accounts/__pycache__/models.cpython-312.pyc b/accounts/__pycache__/models.cpython-312.pyc index f543d811..e9e3f5ab 100644 Binary files a/accounts/__pycache__/models.cpython-312.pyc and b/accounts/__pycache__/models.cpython-312.pyc differ diff --git a/accounts/__pycache__/signals.cpython-312.pyc b/accounts/__pycache__/signals.cpython-312.pyc index c680c3f2..18560709 100644 Binary files a/accounts/__pycache__/signals.cpython-312.pyc and b/accounts/__pycache__/signals.cpython-312.pyc differ diff --git a/accounts/__pycache__/urls.cpython-312.pyc b/accounts/__pycache__/urls.cpython-312.pyc index 64c3eb6f..54ba56ff 100644 Binary files a/accounts/__pycache__/urls.cpython-312.pyc and b/accounts/__pycache__/urls.cpython-312.pyc differ diff --git a/accounts/__pycache__/views.cpython-312.pyc b/accounts/__pycache__/views.cpython-312.pyc index 09740864..de2c535c 100644 Binary files a/accounts/__pycache__/views.cpython-312.pyc and b/accounts/__pycache__/views.cpython-312.pyc differ diff --git a/accounts/migrations/__pycache__/0001_initial.cpython-312.pyc b/accounts/migrations/__pycache__/0001_initial.cpython-312.pyc index 7c423e5b..a44a991b 100644 Binary files a/accounts/migrations/__pycache__/0001_initial.cpython-312.pyc and b/accounts/migrations/__pycache__/0001_initial.cpython-312.pyc differ diff --git a/accounts/migrations/__pycache__/__init__.cpython-312.pyc b/accounts/migrations/__pycache__/__init__.cpython-312.pyc index ea8c5a88..8f8336ea 100644 Binary files a/accounts/migrations/__pycache__/__init__.cpython-312.pyc and b/accounts/migrations/__pycache__/__init__.cpython-312.pyc differ diff --git a/companies/__pycache__/__init__.cpython-312.pyc b/companies/__pycache__/__init__.cpython-312.pyc index 2f323bf2..0f703e45 100644 Binary files a/companies/__pycache__/__init__.cpython-312.pyc and b/companies/__pycache__/__init__.cpython-312.pyc differ diff --git a/companies/__pycache__/admin.cpython-312.pyc b/companies/__pycache__/admin.cpython-312.pyc index b009e18a..eeea713d 100644 Binary files a/companies/__pycache__/admin.cpython-312.pyc and b/companies/__pycache__/admin.cpython-312.pyc differ diff --git a/companies/__pycache__/apps.cpython-312.pyc b/companies/__pycache__/apps.cpython-312.pyc index fa4cc080..850f363c 100644 Binary files a/companies/__pycache__/apps.cpython-312.pyc and b/companies/__pycache__/apps.cpython-312.pyc differ diff --git a/companies/__pycache__/models.cpython-312.pyc b/companies/__pycache__/models.cpython-312.pyc index 9ed5b2d7..3f965a70 100644 Binary files a/companies/__pycache__/models.cpython-312.pyc and b/companies/__pycache__/models.cpython-312.pyc differ diff --git a/companies/__pycache__/signals.cpython-312.pyc b/companies/__pycache__/signals.cpython-312.pyc index 85225759..66afc671 100644 Binary files a/companies/__pycache__/signals.cpython-312.pyc and b/companies/__pycache__/signals.cpython-312.pyc differ diff --git a/companies/__pycache__/urls.cpython-312.pyc b/companies/__pycache__/urls.cpython-312.pyc index d619de00..221359dc 100644 Binary files a/companies/__pycache__/urls.cpython-312.pyc and b/companies/__pycache__/urls.cpython-312.pyc differ diff --git a/companies/__pycache__/views.cpython-312.pyc b/companies/__pycache__/views.cpython-312.pyc index 48232c2a..21627f31 100644 Binary files a/companies/__pycache__/views.cpython-312.pyc and b/companies/__pycache__/views.cpython-312.pyc differ diff --git a/companies/migrations/__pycache__/0001_initial.cpython-312.pyc b/companies/migrations/__pycache__/0001_initial.cpython-312.pyc index 31092d5a..77e20f86 100644 Binary files a/companies/migrations/__pycache__/0001_initial.cpython-312.pyc and b/companies/migrations/__pycache__/0001_initial.cpython-312.pyc differ diff --git a/companies/migrations/__pycache__/__init__.cpython-312.pyc b/companies/migrations/__pycache__/__init__.cpython-312.pyc index 67307adc..26b40863 100644 Binary files a/companies/migrations/__pycache__/__init__.cpython-312.pyc and b/companies/migrations/__pycache__/__init__.cpython-312.pyc differ diff --git a/core/__pycache__/__init__.cpython-312.pyc b/core/__pycache__/__init__.cpython-312.pyc index 23d84b88..bce6b693 100644 Binary files a/core/__pycache__/__init__.cpython-312.pyc and b/core/__pycache__/__init__.cpython-312.pyc differ diff --git a/core/__pycache__/admin.cpython-312.pyc b/core/__pycache__/admin.cpython-312.pyc index e6b7911f..f77f9070 100644 Binary files a/core/__pycache__/admin.cpython-312.pyc and b/core/__pycache__/admin.cpython-312.pyc differ diff --git a/core/__pycache__/apps.cpython-312.pyc b/core/__pycache__/apps.cpython-312.pyc index 25118cbe..2efbbbb3 100644 Binary files a/core/__pycache__/apps.cpython-312.pyc and b/core/__pycache__/apps.cpython-312.pyc differ diff --git a/core/__pycache__/models.cpython-312.pyc b/core/__pycache__/models.cpython-312.pyc index 34bb9dda..5fc2acb2 100644 Binary files a/core/__pycache__/models.cpython-312.pyc and b/core/__pycache__/models.cpython-312.pyc differ diff --git a/core/__pycache__/views.cpython-312.pyc b/core/__pycache__/views.cpython-312.pyc index 3b33e25e..6b0ee9f1 100644 Binary files a/core/__pycache__/views.cpython-312.pyc and b/core/__pycache__/views.cpython-312.pyc differ diff --git a/core/migrations/__pycache__/0001_initial.cpython-312.pyc b/core/migrations/__pycache__/0001_initial.cpython-312.pyc index 7d3638bf..ec32173b 100644 Binary files a/core/migrations/__pycache__/0001_initial.cpython-312.pyc and b/core/migrations/__pycache__/0001_initial.cpython-312.pyc differ diff --git a/core/migrations/__pycache__/__init__.cpython-312.pyc b/core/migrations/__pycache__/__init__.cpython-312.pyc index fb79d165..dc2614ee 100644 Binary files a/core/migrations/__pycache__/__init__.cpython-312.pyc and b/core/migrations/__pycache__/__init__.cpython-312.pyc differ diff --git a/email_service/__pycache__/__init__.cpython-312.pyc b/email_service/__pycache__/__init__.cpython-312.pyc index 8fbe7a69..4a7b0a5b 100644 Binary files a/email_service/__pycache__/__init__.cpython-312.pyc and b/email_service/__pycache__/__init__.cpython-312.pyc differ diff --git a/email_service/__pycache__/admin.cpython-312.pyc b/email_service/__pycache__/admin.cpython-312.pyc index c458679c..ce63b6ec 100644 Binary files a/email_service/__pycache__/admin.cpython-312.pyc and b/email_service/__pycache__/admin.cpython-312.pyc differ diff --git a/email_service/__pycache__/apps.cpython-312.pyc b/email_service/__pycache__/apps.cpython-312.pyc index 041c75d9..cde340d1 100644 Binary files a/email_service/__pycache__/apps.cpython-312.pyc and b/email_service/__pycache__/apps.cpython-312.pyc differ diff --git a/email_service/__pycache__/models.cpython-312.pyc b/email_service/__pycache__/models.cpython-312.pyc index ad648155..eac8cec3 100644 Binary files a/email_service/__pycache__/models.cpython-312.pyc and b/email_service/__pycache__/models.cpython-312.pyc differ diff --git a/email_service/__pycache__/services.cpython-312.pyc b/email_service/__pycache__/services.cpython-312.pyc index 35edff9c..def6d8c7 100644 Binary files a/email_service/__pycache__/services.cpython-312.pyc and b/email_service/__pycache__/services.cpython-312.pyc differ diff --git a/email_service/migrations/__pycache__/0001_initial.cpython-312.pyc b/email_service/migrations/__pycache__/0001_initial.cpython-312.pyc index f1ccd857..c14adff9 100644 Binary files a/email_service/migrations/__pycache__/0001_initial.cpython-312.pyc and b/email_service/migrations/__pycache__/0001_initial.cpython-312.pyc differ diff --git a/email_service/migrations/__pycache__/__init__.cpython-312.pyc b/email_service/migrations/__pycache__/__init__.cpython-312.pyc index e8d6b347..13e2a793 100644 Binary files a/email_service/migrations/__pycache__/__init__.cpython-312.pyc and b/email_service/migrations/__pycache__/__init__.cpython-312.pyc differ diff --git a/media/__pycache__/__init__.cpython-312.pyc b/media/__pycache__/__init__.cpython-312.pyc index b3baaccb..a4612cea 100644 Binary files a/media/__pycache__/__init__.cpython-312.pyc and b/media/__pycache__/__init__.cpython-312.pyc differ diff --git a/media/__pycache__/admin.cpython-312.pyc b/media/__pycache__/admin.cpython-312.pyc index 069c4a97..f2306559 100644 Binary files a/media/__pycache__/admin.cpython-312.pyc and b/media/__pycache__/admin.cpython-312.pyc differ diff --git a/media/__pycache__/apps.cpython-312.pyc b/media/__pycache__/apps.cpython-312.pyc index 4bd20a86..25d70fe3 100644 Binary files a/media/__pycache__/apps.cpython-312.pyc and b/media/__pycache__/apps.cpython-312.pyc differ diff --git a/media/__pycache__/models.cpython-312.pyc b/media/__pycache__/models.cpython-312.pyc index 5bed2bbe..f9e8a49a 100644 Binary files a/media/__pycache__/models.cpython-312.pyc and b/media/__pycache__/models.cpython-312.pyc differ diff --git a/media/migrations/__pycache__/0001_initial.cpython-312.pyc b/media/migrations/__pycache__/0001_initial.cpython-312.pyc index 53044eca..08d023ef 100644 Binary files a/media/migrations/__pycache__/0001_initial.cpython-312.pyc and b/media/migrations/__pycache__/0001_initial.cpython-312.pyc differ diff --git a/media/migrations/__pycache__/__init__.cpython-312.pyc b/media/migrations/__pycache__/__init__.cpython-312.pyc index d56ae9cf..159aede5 100644 Binary files a/media/migrations/__pycache__/__init__.cpython-312.pyc and b/media/migrations/__pycache__/__init__.cpython-312.pyc differ diff --git a/parks/__pycache__/__init__.cpython-312.pyc b/parks/__pycache__/__init__.cpython-312.pyc index 4bb68826..318c4d82 100644 Binary files a/parks/__pycache__/__init__.cpython-312.pyc and b/parks/__pycache__/__init__.cpython-312.pyc differ diff --git a/parks/__pycache__/admin.cpython-312.pyc b/parks/__pycache__/admin.cpython-312.pyc index 3a3bcbc9..06292562 100644 Binary files a/parks/__pycache__/admin.cpython-312.pyc and b/parks/__pycache__/admin.cpython-312.pyc differ diff --git a/parks/__pycache__/apps.cpython-312.pyc b/parks/__pycache__/apps.cpython-312.pyc index a17e4a50..0b8f806b 100644 Binary files a/parks/__pycache__/apps.cpython-312.pyc and b/parks/__pycache__/apps.cpython-312.pyc differ diff --git a/parks/__pycache__/models.cpython-312.pyc b/parks/__pycache__/models.cpython-312.pyc index a2667cdd..6b106308 100644 Binary files a/parks/__pycache__/models.cpython-312.pyc and b/parks/__pycache__/models.cpython-312.pyc differ diff --git a/parks/__pycache__/signals.cpython-312.pyc b/parks/__pycache__/signals.cpython-312.pyc index 88adfcc3..b800ad4c 100644 Binary files a/parks/__pycache__/signals.cpython-312.pyc and b/parks/__pycache__/signals.cpython-312.pyc differ diff --git a/parks/__pycache__/urls.cpython-312.pyc b/parks/__pycache__/urls.cpython-312.pyc index b285ca98..2d8fa181 100644 Binary files a/parks/__pycache__/urls.cpython-312.pyc and b/parks/__pycache__/urls.cpython-312.pyc differ diff --git a/parks/__pycache__/views.cpython-312.pyc b/parks/__pycache__/views.cpython-312.pyc index 823c958d..660a8494 100644 Binary files a/parks/__pycache__/views.cpython-312.pyc and b/parks/__pycache__/views.cpython-312.pyc differ diff --git a/parks/migrations/__pycache__/0001_initial.cpython-312.pyc b/parks/migrations/__pycache__/0001_initial.cpython-312.pyc index 3521d953..8300971f 100644 Binary files a/parks/migrations/__pycache__/0001_initial.cpython-312.pyc and b/parks/migrations/__pycache__/0001_initial.cpython-312.pyc differ diff --git a/parks/migrations/__pycache__/__init__.cpython-312.pyc b/parks/migrations/__pycache__/__init__.cpython-312.pyc index 993cf983..69c6b98b 100644 Binary files a/parks/migrations/__pycache__/__init__.cpython-312.pyc and b/parks/migrations/__pycache__/__init__.cpython-312.pyc differ diff --git a/reviews/__pycache__/__init__.cpython-312.pyc b/reviews/__pycache__/__init__.cpython-312.pyc index 1b28cf72..ecfca060 100644 Binary files a/reviews/__pycache__/__init__.cpython-312.pyc and b/reviews/__pycache__/__init__.cpython-312.pyc differ diff --git a/reviews/__pycache__/admin.cpython-312.pyc b/reviews/__pycache__/admin.cpython-312.pyc index 76bbf339..894552f1 100644 Binary files a/reviews/__pycache__/admin.cpython-312.pyc and b/reviews/__pycache__/admin.cpython-312.pyc differ diff --git a/reviews/__pycache__/apps.cpython-312.pyc b/reviews/__pycache__/apps.cpython-312.pyc index 133d585e..02d04950 100644 Binary files a/reviews/__pycache__/apps.cpython-312.pyc and b/reviews/__pycache__/apps.cpython-312.pyc differ diff --git a/reviews/__pycache__/models.cpython-312.pyc b/reviews/__pycache__/models.cpython-312.pyc index deab795f..253a72be 100644 Binary files a/reviews/__pycache__/models.cpython-312.pyc and b/reviews/__pycache__/models.cpython-312.pyc differ diff --git a/reviews/__pycache__/signals.cpython-312.pyc b/reviews/__pycache__/signals.cpython-312.pyc index 9ab27d0a..bc1122a1 100644 Binary files a/reviews/__pycache__/signals.cpython-312.pyc and b/reviews/__pycache__/signals.cpython-312.pyc differ diff --git a/reviews/__pycache__/urls.cpython-312.pyc b/reviews/__pycache__/urls.cpython-312.pyc index 67d21573..98232c0f 100644 Binary files a/reviews/__pycache__/urls.cpython-312.pyc and b/reviews/__pycache__/urls.cpython-312.pyc differ diff --git a/reviews/__pycache__/views.cpython-312.pyc b/reviews/__pycache__/views.cpython-312.pyc index 6baf3c35..7f4905a4 100644 Binary files a/reviews/__pycache__/views.cpython-312.pyc and b/reviews/__pycache__/views.cpython-312.pyc differ diff --git a/reviews/migrations/__pycache__/0001_initial.cpython-312.pyc b/reviews/migrations/__pycache__/0001_initial.cpython-312.pyc index 0717cd08..cb820d63 100644 Binary files a/reviews/migrations/__pycache__/0001_initial.cpython-312.pyc and b/reviews/migrations/__pycache__/0001_initial.cpython-312.pyc differ diff --git a/reviews/migrations/__pycache__/__init__.cpython-312.pyc b/reviews/migrations/__pycache__/__init__.cpython-312.pyc index 68b7146c..fd102b52 100644 Binary files a/reviews/migrations/__pycache__/__init__.cpython-312.pyc and b/reviews/migrations/__pycache__/__init__.cpython-312.pyc differ diff --git a/rides/__pycache__/__init__.cpython-312.pyc b/rides/__pycache__/__init__.cpython-312.pyc index 286d1b1f..2cebbcde 100644 Binary files a/rides/__pycache__/__init__.cpython-312.pyc and b/rides/__pycache__/__init__.cpython-312.pyc differ diff --git a/rides/__pycache__/admin.cpython-312.pyc b/rides/__pycache__/admin.cpython-312.pyc index 83199228..f33b22c7 100644 Binary files a/rides/__pycache__/admin.cpython-312.pyc and b/rides/__pycache__/admin.cpython-312.pyc differ diff --git a/rides/__pycache__/apps.cpython-312.pyc b/rides/__pycache__/apps.cpython-312.pyc index 8e9890b1..97a99646 100644 Binary files a/rides/__pycache__/apps.cpython-312.pyc and b/rides/__pycache__/apps.cpython-312.pyc differ diff --git a/rides/__pycache__/models.cpython-312.pyc b/rides/__pycache__/models.cpython-312.pyc index 9867f8ba..44b5d84f 100644 Binary files a/rides/__pycache__/models.cpython-312.pyc and b/rides/__pycache__/models.cpython-312.pyc differ diff --git a/rides/__pycache__/signals.cpython-312.pyc b/rides/__pycache__/signals.cpython-312.pyc index c6ea0ace..ef6f78f2 100644 Binary files a/rides/__pycache__/signals.cpython-312.pyc and b/rides/__pycache__/signals.cpython-312.pyc differ diff --git a/rides/__pycache__/urls.cpython-312.pyc b/rides/__pycache__/urls.cpython-312.pyc index bd07a329..9c0d6f8a 100644 Binary files a/rides/__pycache__/urls.cpython-312.pyc and b/rides/__pycache__/urls.cpython-312.pyc differ diff --git a/rides/__pycache__/views.cpython-312.pyc b/rides/__pycache__/views.cpython-312.pyc index 587eff38..d6c36b78 100644 Binary files a/rides/__pycache__/views.cpython-312.pyc and b/rides/__pycache__/views.cpython-312.pyc differ diff --git a/rides/migrations/__pycache__/0001_initial.cpython-312.pyc b/rides/migrations/__pycache__/0001_initial.cpython-312.pyc index 6e60e188..35b48efc 100644 Binary files a/rides/migrations/__pycache__/0001_initial.cpython-312.pyc and b/rides/migrations/__pycache__/0001_initial.cpython-312.pyc differ diff --git a/rides/migrations/__pycache__/__init__.cpython-312.pyc b/rides/migrations/__pycache__/__init__.cpython-312.pyc index 3cbf3eab..4213902a 100644 Binary files a/rides/migrations/__pycache__/__init__.cpython-312.pyc and b/rides/migrations/__pycache__/__init__.cpython-312.pyc differ diff --git a/thrillwiki/__pycache__/__init__.cpython-312.pyc b/thrillwiki/__pycache__/__init__.cpython-312.pyc index 2f42ca81..c6030661 100644 Binary files a/thrillwiki/__pycache__/__init__.cpython-312.pyc and b/thrillwiki/__pycache__/__init__.cpython-312.pyc differ diff --git a/thrillwiki/__pycache__/settings.cpython-312.pyc b/thrillwiki/__pycache__/settings.cpython-312.pyc index 2da92e9b..43f968e4 100644 Binary files a/thrillwiki/__pycache__/settings.cpython-312.pyc and b/thrillwiki/__pycache__/settings.cpython-312.pyc differ diff --git a/thrillwiki/__pycache__/urls.cpython-312.pyc b/thrillwiki/__pycache__/urls.cpython-312.pyc index e67a96f6..c3bda5bc 100644 Binary files a/thrillwiki/__pycache__/urls.cpython-312.pyc and b/thrillwiki/__pycache__/urls.cpython-312.pyc differ diff --git a/thrillwiki/__pycache__/views.cpython-312.pyc b/thrillwiki/__pycache__/views.cpython-312.pyc index 631383b8..8cbb188f 100644 Binary files a/thrillwiki/__pycache__/views.cpython-312.pyc and b/thrillwiki/__pycache__/views.cpython-312.pyc differ diff --git a/thrillwiki/__pycache__/wsgi.cpython-312.pyc b/thrillwiki/__pycache__/wsgi.cpython-312.pyc index af652403..f3d8b229 100644 Binary files a/thrillwiki/__pycache__/wsgi.cpython-312.pyc and b/thrillwiki/__pycache__/wsgi.cpython-312.pyc differ diff --git a/thrillwiki/views.py b/thrillwiki/views.py index 68798358..2cae0603 100644 --- a/thrillwiki/views.py +++ b/thrillwiki/views.py @@ -27,8 +27,8 @@ class HomeView(TemplateView): # Get stats context['stats'] = { 'total_parks': Park.objects.count(), - 'total_rides': Ride.objects.count(), - 'total_roller_coasters': Ride.objects.filter(category='RC').count(), + 'ride_count': Ride.objects.count(), + 'coaster_count': Ride.objects.filter(category='RC').count(), } # Try to get trending items from cache first