aboutsummaryrefslogtreecommitdiffstats
path: root/alphabetlearning/resources/models.py
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-12-08 15:30:51 +0000
committerMatthew Lemon <y@yulqen.org>2024-12-08 15:30:51 +0000
commit9950234b1aa07fceed0d220297d158be6a067cd2 (patch)
tree23708f889cfc11f84dbc288508a29719a18ac53d /alphabetlearning/resources/models.py
parent30101453a75aaa635e3458d509dec164a6a68ac1 (diff)
wip: sorting out the email sending
Diffstat (limited to '')
-rw-r--r--alphabetlearning/resources/models.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/alphabetlearning/resources/models.py b/alphabetlearning/resources/models.py
index ebdf98d..6881483 100644
--- a/alphabetlearning/resources/models.py
+++ b/alphabetlearning/resources/models.py
@@ -38,13 +38,13 @@ DESC_HELP_TEXT = """
class Resource(models.Model):
name = models.CharField(max_length=255, null=False)
stripe_product_id = models.CharField(max_length=100)
- #price = models.DecimalField(
+ # price = models.DecimalField(
# max_digits=6,
# decimal_places=2,
# default=0.00,
# null=False,
# blank=False,
- #)
+ # )
thumbnail_filenames = models.JSONField(
null=False,
verbose_name="Thumbnail filenames",