You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Project.DoesNotExist: Project matching query does not exist.
File "django/db/models/query.py", line 948, in get_or_create
return self.get(**kwargs), False
File "django/db/models/query.py", line 649, in get
raise self.model.DoesNotExist(
UniqueViolation: duplicate key value violates unique constraint "website_project_slug_key"
DETAIL: Key (slug)=(owasp-masvs) already exists.
File "django/db/backends/utils.py", line 105, in _execute
return self.cursor.execute(sql, params)
IntegrityError: duplicate key value violates unique constraint "website_project_slug_key"
DETAIL: Key (slug)=(owasp-masvs) already exists.
(15 additional frame(s) were not displayed)
...
File "website/views/project.py", line 273, in post
project, created = Project.objects.get_or_create(
The text was updated successfully, but these errors were encountered:
Sentry Issue: BLT-DJANGO-QM
The text was updated successfully, but these errors were encountered: