6 lines
109 B
Python
6 lines
109 B
Python
|
|
"""Stats models"""
|
||
|
|
|
||
|
|
from django.db import models
|
||
|
|
|
||
|
|
# Stats are calculated from aggregations, no models needed
|