Skip to content

Commit c9b79ad

Browse files
committed
Merge branch 'main' of https://github.com/ericahan22/Wat2Do
2 parents e4d6e9f + 06bce15 commit c9b79ad

File tree

3 files changed

+331
-936
lines changed

3 files changed

+331
-936
lines changed

backend/apps/events/models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ class Events(models.Model):
8282
other_handle = models.CharField(
8383
max_length=100, blank=True, null=True, help_text="Other social media handle"
8484
)
85-
posted_at = models.DateTimeField(null=True, blank=True, help_text="Posted at UTC")
8685

8786
class Meta:
8887
db_table = "events"

0 commit comments

Comments
 (0)