Skip to content

Commit 3ee12fb

Browse files
committed
improved ui for group creation
1 parent 36f8cb1 commit 3ee12fb

File tree

2 files changed

+433
-407
lines changed

2 files changed

+433
-407
lines changed

src/apps/competitions/models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ class Competition(models.Model):
6060
blank=True,
6161
related_name='competitions',
6262
verbose_name="group of participants",
63-
on_delete=models.CASCADE,
6463
help_text="Competition owner being able to create groups of users."
6564
)
6665

0 commit comments

Comments
 (0)