Commit 51a1414f authored by Eldon Dagdag's avatar Eldon Dagdag

Fixed .gitignore

parent 4b0970c6
......@@ -13,10 +13,10 @@
{% endfor %}
<button class="button"><a href="/forum/forumposts/add/">New Post</a></button>
<br>
<a href="/dashboard/">Dashboard</a>
<a href="/announcements/">Announcements</a>
<a href="/assignments/">Assignments</a>
<br><br>
<a href="/dashboard/">Dashboard</a><br>
<a href="/announcements/">Announcements</a><br>
<a href="/assignments/">Assignments</a><br>
<a href="/calendar/">Calendar</a>
</body>
</html>
......
......@@ -125,7 +125,8 @@ USE_TZ = True
# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/4.1/howto/static-files/
STATIC_URL = 'static/'
STATIC_URL = '/static/'
STATICFILES_DIRS = [os.path.join(BASE_DIR, 'static')]
# Default primary key field type
# https://docs.djangoproject.com/en/4.1/ref/settings/#default-auto-field
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment