mirror of
https://github.com/ansible/awx.git
synced 2026-05-09 18:37:36 -02:30
add a minimal framework for generating analytics/metrics
annotate queries & add license analytics
This commit is contained in:
committed by
Christian Adams
parent
7b4c63037a
commit
c586fa9821
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user