add a minimal framework for generating analytics/metrics

annotate queries & add license analytics
This commit is contained in:
Ryan Petrello
2019-01-28 09:28:32 -05:00
committed by Christian Adams
parent 7b4c63037a
commit c586fa9821
16 changed files with 544 additions and 5 deletions

View File

@@ -156,7 +156,9 @@ class Profile(CreatedModifiedModel):
class UserSessionMembership(BaseModel):
'''
A lookup table for session membership given user.
A lookup table for API session membership given user. Note, there is a
different session created by channels for websockets using the same
underlying model.
'''
class Meta: