diff --git a/newsaggregator/core/__pycache__/__init__.cpython-312.pyc b/newsaggregator/core/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000..1c5223b Binary files /dev/null and b/newsaggregator/core/__pycache__/__init__.cpython-312.pyc differ diff --git a/newsaggregator/core/__pycache__/admin.cpython-312.pyc b/newsaggregator/core/__pycache__/admin.cpython-312.pyc new file mode 100644 index 0000000..39be522 Binary files /dev/null and b/newsaggregator/core/__pycache__/admin.cpython-312.pyc differ diff --git a/newsaggregator/core/__pycache__/apps.cpython-312.pyc b/newsaggregator/core/__pycache__/apps.cpython-312.pyc new file mode 100644 index 0000000..271eb5c Binary files /dev/null and b/newsaggregator/core/__pycache__/apps.cpython-312.pyc differ diff --git a/newsaggregator/core/__pycache__/models.cpython-312.pyc b/newsaggregator/core/__pycache__/models.cpython-312.pyc new file mode 100644 index 0000000..8b37d02 Binary files /dev/null and b/newsaggregator/core/__pycache__/models.cpython-312.pyc differ diff --git a/newsaggregator/core/__pycache__/urls.cpython-312.pyc b/newsaggregator/core/__pycache__/urls.cpython-312.pyc index 8c115bb..ad38553 100644 Binary files a/newsaggregator/core/__pycache__/urls.cpython-312.pyc and b/newsaggregator/core/__pycache__/urls.cpython-312.pyc differ diff --git a/newsaggregator/core/__pycache__/views.cpython-312.pyc b/newsaggregator/core/__pycache__/views.cpython-312.pyc index 88c014a..e1e8bf2 100644 Binary files a/newsaggregator/core/__pycache__/views.cpython-312.pyc and b/newsaggregator/core/__pycache__/views.cpython-312.pyc differ diff --git a/newsaggregator/core/migrations/__pycache__/0001_initial.cpython-312.pyc b/newsaggregator/core/migrations/__pycache__/0001_initial.cpython-312.pyc new file mode 100644 index 0000000..4a73b02 Binary files /dev/null and b/newsaggregator/core/migrations/__pycache__/0001_initial.cpython-312.pyc differ diff --git a/newsaggregator/core/migrations/__pycache__/0002_contact.cpython-312.pyc b/newsaggregator/core/migrations/__pycache__/0002_contact.cpython-312.pyc new file mode 100644 index 0000000..be209a1 Binary files /dev/null and b/newsaggregator/core/migrations/__pycache__/0002_contact.cpython-312.pyc differ diff --git a/newsaggregator/core/migrations/__pycache__/0003_headline_average_rating_headline_rating_count_and_more.cpython-312.pyc b/newsaggregator/core/migrations/__pycache__/0003_headline_average_rating_headline_rating_count_and_more.cpython-312.pyc new file mode 100644 index 0000000..c6acf54 Binary files /dev/null and b/newsaggregator/core/migrations/__pycache__/0003_headline_average_rating_headline_rating_count_and_more.cpython-312.pyc differ diff --git a/newsaggregator/core/migrations/__pycache__/__init__.cpython-312.pyc b/newsaggregator/core/migrations/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000..0a17af4 Binary files /dev/null and b/newsaggregator/core/migrations/__pycache__/__init__.cpython-312.pyc differ diff --git a/newsaggregator/db.sqlite3 b/newsaggregator/db.sqlite3 index 74aa3fd..e1e8010 100644 Binary files a/newsaggregator/db.sqlite3 and b/newsaggregator/db.sqlite3 differ diff --git a/newsaggregator/newsaggregator/__pycache__/__init__.cpython-312.pyc b/newsaggregator/newsaggregator/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000..020ffb3 Binary files /dev/null and b/newsaggregator/newsaggregator/__pycache__/__init__.cpython-312.pyc differ diff --git a/newsaggregator/newsaggregator/__pycache__/settings.cpython-312.pyc b/newsaggregator/newsaggregator/__pycache__/settings.cpython-312.pyc new file mode 100644 index 0000000..9c12c5d Binary files /dev/null and b/newsaggregator/newsaggregator/__pycache__/settings.cpython-312.pyc differ diff --git a/newsaggregator/newsaggregator/__pycache__/urls.cpython-312.pyc b/newsaggregator/newsaggregator/__pycache__/urls.cpython-312.pyc new file mode 100644 index 0000000..c85dc51 Binary files /dev/null and b/newsaggregator/newsaggregator/__pycache__/urls.cpython-312.pyc differ diff --git a/newsaggregator/newsaggregator/__pycache__/wsgi.cpython-312.pyc b/newsaggregator/newsaggregator/__pycache__/wsgi.cpython-312.pyc new file mode 100644 index 0000000..acfb27d Binary files /dev/null and b/newsaggregator/newsaggregator/__pycache__/wsgi.cpython-312.pyc differ diff --git a/newsaggregator/templates/partials/base.html b/newsaggregator/templates/partials/base.html index 1c13efa..4718b23 100644 --- a/newsaggregator/templates/partials/base.html +++ b/newsaggregator/templates/partials/base.html @@ -64,6 +64,10 @@ {% endblock index %} +