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:
parent
489e17e6fa
commit
d7ee58071f
|
@ -1,4 +1,4 @@
|
||||||
{% load staticfiles %}
|
{% load static %}
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{% load staticfiles %}
|
{% load static %}
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
Django ~= 3.2.16
|
||||||
|
psycopg2-binary ~= 2.9.5
|
Loading…
Reference in New Issue