Implement link groups

This commit is contained in:
2023-03-18 10:48:07 +00:00
parent 0723f14c53
commit bbd25c7450
13 changed files with 440 additions and 71 deletions

View File

@@ -1,6 +1,6 @@
{% load cache %}
{% load cachalot cache %}
{% get_last_invalidation 'core.Platform' as last %}
{% get_last_invalidation 'core.Trade' as last %}
{% include 'mixins/partials/notify.html' %}
{# cache 600 objects_platform_trades request.user.id object_list type last #}
{% for platform_name, trade_map in object_list.items %}