[FEAT] Update dependencies

Upgrade versions of most packages and make other required changes to ensure compatibility. Update database models and migrations to match new requirements set by Django
This commit is contained in:
2023-01-05 17:49:27 +00:00
parent 770b4f1114
commit 7e2491be76
24 changed files with 293 additions and 84 deletions

View File

@@ -1,7 +1,7 @@
{% extends 'base.html' %}
{% block extra_head %}
{% load staticfiles %}
{% load static %}
<link rel="stylesheet"
href="{% static 'css/masthead.css' %}">
{% endblock %}
@@ -33,7 +33,7 @@
<div class="card-body">
<h2 class="card-title">Do Feature 1</h2>
<span class="fas fa-5x fa-atlas"></span>
<span class="fa-solid fa-5x fa-book-atlas"></span>
</div>
</div>
</div>
@@ -43,7 +43,7 @@
<div class="card-body">
<h2 class="card-title">Do Feature 2</h2>
<span class="fas fa-5x fa-atlas"></span>
<span class="fa-solid fa-5x fa-book-atlas"></span>
</div>
</div>
</div>
@@ -53,7 +53,7 @@
<div class="card-body">
<h2 class="card-title">Do Feature 3</h2>
<span class="fas fa-5x fa-atlas"></span>
<span class="fa-solid fa-5x fa-book-atlas"></span>
</div>
</div>
</div>