diff --git a/.gitignore b/.gitignore index e5e5ade..883ec37 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ settings.json # Django and Python *.py[cod] +.pytest_cache/* diff --git a/todo/templates/todo/base.html b/todo/templates/todo/base.html index cfe6514..c2edad7 100644 --- a/todo/templates/todo/base.html +++ b/todo/templates/todo/base.html @@ -5,4 +5,3 @@ {% endblock extrahead %} -