diff --git a/Videogames_project/__pycache__/settings.cpython-312.pyc b/Videogames_project/__pycache__/settings.cpython-312.pyc index 01f0ef43..f2e3e995 100644 Binary files a/Videogames_project/__pycache__/settings.cpython-312.pyc and b/Videogames_project/__pycache__/settings.cpython-312.pyc differ diff --git a/Videogames_project/settings.py b/Videogames_project/settings.py index 9a4e4a47..57a5f84b 100644 --- a/Videogames_project/settings.py +++ b/Videogames_project/settings.py @@ -12,6 +12,8 @@ import os from pathlib import Path + + from django.contrib import staticfiles import environ @@ -98,6 +100,7 @@ } } + # Password validation # https://docs.djangoproject.com/en/5.1/ref/settings/#auth-password-validators diff --git a/videogames_register/__pycache__/tests.cpython-312.pyc b/videogames_register/__pycache__/tests.cpython-312.pyc deleted file mode 100644 index 899dcb14..00000000 Binary files a/videogames_register/__pycache__/tests.cpython-312.pyc and /dev/null differ diff --git a/videogames_register/__pycache__/views.cpython-312.pyc b/videogames_register/__pycache__/views.cpython-312.pyc index 481c6529..bbb0988b 100644 Binary files a/videogames_register/__pycache__/views.cpython-312.pyc and b/videogames_register/__pycache__/views.cpython-312.pyc differ diff --git a/videogames_register/migrations/__pycache__/0001_initial.cpython-312.pyc b/videogames_register/migrations/__pycache__/0001_initial.cpython-312.pyc index a7673e3b..077d2b9b 100644 Binary files a/videogames_register/migrations/__pycache__/0001_initial.cpython-312.pyc and b/videogames_register/migrations/__pycache__/0001_initial.cpython-312.pyc differ diff --git a/videogames_register/templates/videogames_register/videogame_list.html b/videogames_register/templates/videogames_register/videogame_list.html index 39e67d84..72e68c3f 100644 --- a/videogames_register/templates/videogames_register/videogame_list.html +++ b/videogames_register/templates/videogames_register/videogame_list.html @@ -1,7 +1,7 @@ {% extends "videogames_register/base.html" %} {% block content %} -