mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2026-01-02 23:58:50 +01:00
feat(preview): sampling, metrics, governance, server mana data
Preview endpoint + fast caches; curated pins + role quotas + rarity/overlap tuning; catalog+preview metrics; governance enforcement flags; server mana/color identity fields; docs/tests/scripts updated.
This commit is contained in:
parent
8f47dfbb81
commit
c4a7fc48ea
40 changed files with 6092 additions and 17312 deletions
4
code/web/templates/themes/detail_page.html
Normal file
4
code/web/templates/themes/detail_page.html
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{% extends 'base.html' %}
|
||||
{% block content %}
|
||||
{% include 'themes/detail_fragment.html' %}
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue