diff --git a/base/__pycache__/__init__.cpython-312.pyc b/base/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 000000000..cd45885d2 Binary files /dev/null and b/base/__pycache__/__init__.cpython-312.pyc differ diff --git a/base/__pycache__/admin.cpython-312.pyc b/base/__pycache__/admin.cpython-312.pyc new file mode 100644 index 000000000..8a5a45c45 Binary files /dev/null and b/base/__pycache__/admin.cpython-312.pyc differ diff --git a/base/__pycache__/apps.cpython-312.pyc b/base/__pycache__/apps.cpython-312.pyc new file mode 100644 index 000000000..cc5335a03 Binary files /dev/null and b/base/__pycache__/apps.cpython-312.pyc differ diff --git a/base/__pycache__/forms.cpython-312.pyc b/base/__pycache__/forms.cpython-312.pyc new file mode 100644 index 000000000..6c33b523a Binary files /dev/null and b/base/__pycache__/forms.cpython-312.pyc differ diff --git a/base/__pycache__/models.cpython-312.pyc b/base/__pycache__/models.cpython-312.pyc new file mode 100644 index 000000000..e6bbb74c0 Binary files /dev/null and b/base/__pycache__/models.cpython-312.pyc differ diff --git a/base/__pycache__/urls.cpython-312.pyc b/base/__pycache__/urls.cpython-312.pyc new file mode 100644 index 000000000..f519a1809 Binary files /dev/null and b/base/__pycache__/urls.cpython-312.pyc differ diff --git a/base/__pycache__/views.cpython-312.pyc b/base/__pycache__/views.cpython-312.pyc new file mode 100644 index 000000000..460299124 Binary files /dev/null and b/base/__pycache__/views.cpython-312.pyc differ diff --git a/base/api/__pycache__/__init__.cpython-312.pyc b/base/api/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 000000000..0233a2f5f Binary files /dev/null and b/base/api/__pycache__/__init__.cpython-312.pyc differ diff --git a/base/api/__pycache__/serializers.cpython-312.pyc b/base/api/__pycache__/serializers.cpython-312.pyc new file mode 100644 index 000000000..452628efd Binary files /dev/null and b/base/api/__pycache__/serializers.cpython-312.pyc differ diff --git a/base/api/__pycache__/urls.cpython-312.pyc b/base/api/__pycache__/urls.cpython-312.pyc new file mode 100644 index 000000000..12e5a8c38 Binary files /dev/null and b/base/api/__pycache__/urls.cpython-312.pyc differ diff --git a/base/api/__pycache__/views.cpython-312.pyc b/base/api/__pycache__/views.cpython-312.pyc new file mode 100644 index 000000000..ee0d9c511 Binary files /dev/null and b/base/api/__pycache__/views.cpython-312.pyc differ diff --git a/base/migrations/__pycache__/0001_initial.cpython-312.pyc b/base/migrations/__pycache__/0001_initial.cpython-312.pyc new file mode 100644 index 000000000..7b66a7ee3 Binary files /dev/null and b/base/migrations/__pycache__/0001_initial.cpython-312.pyc differ diff --git a/base/migrations/__pycache__/0002_auto_20210921_1315.cpython-312.pyc b/base/migrations/__pycache__/0002_auto_20210921_1315.cpython-312.pyc new file mode 100644 index 000000000..0de501d1b Binary files /dev/null and b/base/migrations/__pycache__/0002_auto_20210921_1315.cpython-312.pyc differ diff --git a/base/migrations/__pycache__/0003_user_avatar.cpython-312.pyc b/base/migrations/__pycache__/0003_user_avatar.cpython-312.pyc new file mode 100644 index 000000000..4cf8f45a8 Binary files /dev/null and b/base/migrations/__pycache__/0003_user_avatar.cpython-312.pyc differ diff --git a/base/migrations/__pycache__/__init__.cpython-312.pyc b/base/migrations/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 000000000..48b71b847 Binary files /dev/null and b/base/migrations/__pycache__/__init__.cpython-312.pyc differ diff --git a/base/templates/base/home.html b/base/templates/base/home.html index 808d38632..f0c2612ca 100644 --- a/base/templates/base/home.html +++ b/base/templates/base/home.html @@ -32,8 +32,8 @@
-

Study Rooms

-

{{room_count}} Rooms available

+

Communication

+

{{room_count}} Hubs available

diff --git a/db.sqlite3 b/db.sqlite3 index ca23711ae..3f1b92438 100644 Binary files a/db.sqlite3 and b/db.sqlite3 differ diff --git a/static/styles/style.css b/static/styles/style.css index 180678d84..615853222 100644 --- a/static/styles/style.css +++ b/static/styles/style.css @@ -1,7 +1,7 @@ @import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap"); :root { - --color-main: #71c6dd; + --color-main: #cd2331; --color-main-light: #e1f6fb; --color-dark: #3f4156; --color-dark-medium: #51546e; diff --git a/studybud/__pycache__/__init__.cpython-312.pyc b/studybud/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 000000000..642258b1f Binary files /dev/null and b/studybud/__pycache__/__init__.cpython-312.pyc differ diff --git a/studybud/__pycache__/settings.cpython-312.pyc b/studybud/__pycache__/settings.cpython-312.pyc new file mode 100644 index 000000000..dafb7b8ea Binary files /dev/null and b/studybud/__pycache__/settings.cpython-312.pyc differ diff --git a/studybud/__pycache__/urls.cpython-312.pyc b/studybud/__pycache__/urls.cpython-312.pyc new file mode 100644 index 000000000..ab67e1bb9 Binary files /dev/null and b/studybud/__pycache__/urls.cpython-312.pyc differ diff --git a/studybud/__pycache__/wsgi.cpython-312.pyc b/studybud/__pycache__/wsgi.cpython-312.pyc new file mode 100644 index 000000000..3ba28fe6a Binary files /dev/null and b/studybud/__pycache__/wsgi.cpython-312.pyc differ diff --git a/studybud/settings.py b/studybud/settings.py index ec12aa7c0..273f8b99a 100644 --- a/studybud/settings.py +++ b/studybud/settings.py @@ -111,7 +111,10 @@ }, ] - +CSRF_TRUSTED_ORIGINS = [ + "https://localhost:8000", + "https://probable-trout-pj9j5q5gg95j3r5gj-8000.app.github.dev", # Replace with your actual URL +] # Internationalization # https://docs.djangoproject.com/en/3.2/topics/i18n/ diff --git a/templates/main.html b/templates/main.html index f040218b3..30e88043e 100644 --- a/templates/main.html +++ b/templates/main.html @@ -8,7 +8,7 @@ - StudyBuddy - Find study partners around the world! + NetOne Hub - Share your thoughts! diff --git a/templates/navbar.html b/templates/navbar.html index a6d776f28..15c6e4c2f 100644 --- a/templates/navbar.html +++ b/templates/navbar.html @@ -3,7 +3,7 @@