diff --git a/pt/templates/pt/compare.html b/pt/templates/pt/compare.html index 74d4330..8c5ab01 100644 --- a/pt/templates/pt/compare.html +++ b/pt/templates/pt/compare.html @@ -1,4 +1,4 @@ -{% load staticfiles %} +{% load static %}
diff --git a/pt/templates/pt/top.html b/pt/templates/pt/top.html index 0575d85..e1a9c79 100644 --- a/pt/templates/pt/top.html +++ b/pt/templates/pt/top.html @@ -1,4 +1,4 @@ -{% load staticfiles %} +{% load static %} diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..3bcfddf --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +Django ~= 3.2.16 +psycopg2-binary ~= 2.9.5