fix: Pin django registration version, otherwise causes reverse error

This commit is contained in:
moanos [he/him] 2024-11-14 18:28:02 +01:00
parent 7aa364fc38
commit 5582538a70

View File

@ -34,8 +34,8 @@ dependencies = [
"model_bakery",
"markdown",
"Pillow",
"django-registration",
"psycopg2",
"django-registration<=3.4",
"psycopg2-binary",
"django-crispy-forms",
"crispy-bootstrap4",
"djangorestframework",