Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added base/__pycache__/__init__.cpython-312.pyc
Binary file not shown.
Binary file added base/__pycache__/admin.cpython-312.pyc
Binary file not shown.
Binary file added base/__pycache__/apps.cpython-312.pyc
Binary file not shown.
Binary file added base/__pycache__/forms.cpython-312.pyc
Binary file not shown.
Binary file added base/__pycache__/models.cpython-312.pyc
Binary file not shown.
Binary file added base/__pycache__/urls.cpython-312.pyc
Binary file not shown.
Binary file added base/__pycache__/views.cpython-312.pyc
Binary file not shown.
Binary file added base/api/__pycache__/__init__.cpython-312.pyc
Binary file not shown.
Binary file added base/api/__pycache__/serializers.cpython-312.pyc
Binary file not shown.
Binary file added base/api/__pycache__/urls.cpython-312.pyc
Binary file not shown.
Binary file added base/api/__pycache__/views.cpython-312.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added base/migrations/__pycache__/__init__.cpython-312.pyc
Binary file not shown.
4 changes: 2 additions & 2 deletions base/templates/base/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@

<div class="roomList__header">
<div>
<h2>Study Rooms</h2>
<p>{{room_count}} Rooms available</p>
<h2>Communication</h2>
<p>{{room_count}} Hubs available</p>
</div>

<a class="btn btn--main" href="{% url 'create-room' %}">
Expand Down
Binary file modified db.sqlite3
Binary file not shown.
2 changes: 1 addition & 1 deletion static/styles/style.css
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
Binary file added studybud/__pycache__/__init__.cpython-312.pyc
Binary file not shown.
Binary file added studybud/__pycache__/settings.cpython-312.pyc
Binary file not shown.
Binary file added studybud/__pycache__/urls.cpython-312.pyc
Binary file not shown.
Binary file added studybud/__pycache__/wsgi.cpython-312.pyc
Binary file not shown.
5 changes: 4 additions & 1 deletion studybud/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down
2 changes: 1 addition & 1 deletion templates/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="assets/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="{% static 'styles/style.css' %}" />
<title>StudyBuddy - Find study partners around the world!</title>
<title>NetOne Hub - Share your thoughts!</title>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion templates/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="container">
<a href="{% url 'home' %}" class="header__logo">
<img src="{% static 'images/logo.svg' %}" />
<h1>StudyBuddy</h1>
<h1>NetOne Comm Hub</h1>
</a>
<form class="header__search" method="GET" action="{% url 'home' %}">
<label>
Expand Down
2 changes: 1 addition & 1 deletion theme/activity.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="assets/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="style.css" />
<title>StudyBuddy - Find study partners around the world!</title>
<title>NetOne Hub - Share your thoughts!</title>
</head>
<body>
<header class="header header--loggedIn">
Expand Down
2 changes: 1 addition & 1 deletion theme/create-room.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="assets/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="style.css" />
<title>StudyBuddy - Find study partners around the world!</title>
<title>NetOne Hub - Share your thoughts!</title>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion theme/delete.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="assets/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="style.css" />
<title>StudyBuddy - Find study partners around the world!</title>
<title>NetOne Hub - Share your thoughts!</title>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion theme/edit-user.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="assets/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="style.css" />
<title>StudyBuddy - Find study partners around the world!</title>
<title>NetOne Hub - Share your thoughts!</title>
</head>

<body>
Expand Down
12 changes: 6 additions & 6 deletions theme/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="assets/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="style.css" />
<title>StudyBuddy - Find study partners around the world!</title>
<title>NetOne Hub - Share your thoughts!</title>
</head>

<body>
<header class="header header--loggedIn">
<div class="container">
<a href="/" class="header__logo">
<img src="assets/logo.svg" />
<h1>StudyBuddy</h1>
<h1>NetOne Hub</h1>
</a>
<form class="header__search">
<label>
Expand Down Expand Up @@ -89,16 +89,16 @@ <h2>Browse Topics</h2>
<a href="/" class="active">All <span>553</span></a>
</li>
<li>
<a href="/">Python <span>232</span></a>
<a href="/">IT <span>232</span></a>
</li>
<li>
<a href="/">JavaScript <span>122</span></a>
<a href="/">Application Support <span>122</span></a>
</li>
<li>
<a href="/">React <span>57</span></a>
<a href="/">Security <span>57</span></a>
</li>
<li>
<a href="/">Database <span>90</span></a>
<a href="/">Infrastructure <span>90</span></a>
</li>
</ul>
<a class="btn btn--link" href="topics.html">
Expand Down
2 changes: 1 addition & 1 deletion theme/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ <h2>Browse Topics</h2>
<a href="/" class="active">All <span>553</span></a>
</li>
<li>
<a href="/">Python <span>232</span></a>
<a href="/">Database<span>232</span></a>
</li>
<li>
<a href="/">JavaScript <span>122</span></a>
Expand Down
2 changes: 1 addition & 1 deletion theme/style.css
Original file line number Diff line number Diff line change
@@ -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: #c7651f;
--color-main-light: #e1f6fb;
--color-dark: #3f4156;
--color-dark-medium: #51546e;
Expand Down
10 changes: 5 additions & 5 deletions theme/topics.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="assets/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="style.css" />
<title>StudyBuddy - Find study partners around the world!</title>
<title>NetOne Hub - Share your thoughts!</title>
</head>
<body>
<header class="header header--loggedIn">
Expand Down Expand Up @@ -82,16 +82,16 @@ <h3>Browse Topics</h3>
<a href="/" class="active">All <span>553</span></a>
</li>
<li>
<a href="/">Python <span>232</span></a>
<a href="/">HR<span>232</span></a>
</li>
<li>
<a href="/">JavaScript <span>122</span></a>
<a href="/">IT<span>122</span></a>
</li>
<li>
<a href="/">React <span>57</span></a>
<a href="/">Marketing<span>57</span></a>
</li>
<li>
<a href="/">Database <span>90</span></a>
<a href="/">Transmission<span>90</span></a>
</li>
</ul>
</div>
Expand Down