extensions-website/stats
Oleg Komarov c229a0febf Stop recording extension view counts
We should avoid writing to the database on frequent page views.
This functionality can be implemented as a batch background task,
after we setup metrics collection.

Also this data is not consumed anywhere yet, and there are no
current plans for that.
2024-07-17 17:05:31 +02:00
..
management Stop recording extension view counts 2024-07-17 17:05:31 +02:00
migrations Create model for VersionDownload 2024-02-21 18:45:47 +01:00
__init__.py Initial models, tests and other boilerplate 2022-08-25 17:37:48 +02:00
apps.py Initial models, tests and other boilerplate 2022-08-25 17:37:48 +02:00
models.py Stats: Update VersionDownload counter 2024-02-21 20:04:58 +01:00