Skip to content

Commit

Permalink
Remove paper event model choices
Browse files Browse the repository at this point in the history
  • Loading branch information
gzurowski committed Oct 16, 2024
1 parent 3d2fb92 commit 47e3aaa
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/analytics/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,6 @@

from user.models import User

INTERACTIONS = {
"CLICK": "CLICK",
"VIEW": "VIEW",
}

INTERACTION_CHOICES = [
(INTERACTIONS["CLICK"], INTERACTIONS["CLICK"]),
(INTERACTIONS["VIEW"], INTERACTIONS["VIEW"]),
]


class WebsiteVisits(models.Model):
uuid = models.CharField(max_length=36)
Expand Down

0 comments on commit 47e3aaa

Please sign in to comment.