Upgrade to Django 3.2

Not the newest, but still has LTS support until 2024, so that should
suffice for now.
This commit is contained in:
Peter J. Holzer 2022-11-26 16:01:34 +01:00
parent 489e17e6fa
commit d7ee58071f
3 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{% load staticfiles %}
{% load static %}
<!DOCTYPE html>
<html>
<head>

View File

@ -1,4 +1,4 @@
{% load staticfiles %}
{% load static %}
<!DOCTYPE html>
<html>
<head>

2
requirements.txt Normal file
View File

@ -0,0 +1,2 @@
Django ~= 3.2.16
psycopg2-binary ~= 2.9.5