Skip to content

Commit

Permalink
Merge branch 'penn-wrapped' of https://github.com/pennlabs/penn-mobile
Browse files Browse the repository at this point in the history
…into penn-wrapped
  • Loading branch information
zachHarpaz committed Nov 8, 2024
2 parents 2786e10 + eb43f14 commit 5ec9cf9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion backend/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ alt-profanity-check = "*"
inflection = "*"

[requires]
python_version = "3.11"
python_version = "3.11"
2 changes: 1 addition & 1 deletion backend/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions backend/penndata/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Event,
FitnessRoom,
FitnessSnapshot,
HomePageOrder
HomePageOrder,
)


Expand All @@ -25,4 +25,3 @@ def image_tag(self, instance):
admin.site.register(FitnessRoom, FitnessRoomAdmin)
admin.site.register(FitnessSnapshot)
admin.site.register(AnalyticsEvent)

2 changes: 0 additions & 2 deletions backend/penndata/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,3 @@ class CalendarEvent(models.Model):

def __str__(self):
return f"{self.date}-{self.event}"


0 comments on commit 5ec9cf9

Please sign in to comment.