Skip to content

Commit 321242c

Browse files
committed
corrected projects/signals, deleted useless variables
1 parent 83f14c1 commit 321242c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

projects/signals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def create_project(sender, instance, created, **kwargs):
1212
"""
1313

1414
if not instance.draft:
15-
chat_instance, chat_created = ProjectChat.objects.get_or_create(project=instance)
15+
ProjectChat.objects.get_or_create(project=instance)
1616

1717
if created:
1818
Collaborator.objects.create(

0 commit comments

Comments
 (0)