Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
fix: removed extra spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
zubair-ce07 committed Nov 14, 2023
1 parent 2743321 commit 9ee2cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecommerce/extensions/catalogue/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class Product(AbstractProduct):
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)
self.attr = ProductAttributesContainer(product=self)

course = models.ForeignKey(
'courses.Course', null=True, blank=True, related_name='products', on_delete=models.CASCADE
)
Expand Down

0 comments on commit 9ee2cfe

Please sign in to comment.