{% extends "admin/base_site.html" %} {% load i18n tradingcodex_admin %} {% block bodyclass %}{{ block.super }} tc-admin-index{% endblock %} {% block breadcrumbs %}{% endblock %} {% block content_title %}{% endblock %} {% block content %} {% tc_admin_overview as tc %}

tcx home

What do you want to check?

Review research, portfolio state, order approvals, and safety policy from one place. System tables are tucked into the advanced section below.

Central investment ledger connected Multiple Codex projects use the same local DB.
1. Research Open research memory

Find investment notes, evidence, and source snapshots.

{{ tc.research_count }} research artifacts · {{ tc.source_snapshot_count }} sources
2. Portfolio Check current state

Review paper portfolio cash, positions, and recent snapshots.

{{ tc.positions_count }} positions · KRW {{ tc.cash_krw }}
3. Orders Review drafts and approvals

Inspect order intents, approval receipts, and execution results in order.

{{ tc.draft_orders }} drafts · {{ tc.valid_approvals }} valid approvals
4. Safety policy Review restrictions and blocks

Check restricted symbols, policy decisions, and capability allowlists.

{{ tc.restricted_symbols }} restricted symbols · {{ tc.policy_denies }} blocks
Advanced admin tables Open this only when you need DB models, the Codex tool ledger, or harness settings.

Admin tables

Internal tcx records and settings.

{% if app_list %}
{% for app in app_list %}

{{ app.name }}

{{ app.app_label|tc_app_purpose }}

{% for model in app.models %}
{% if model.admin_url %} {{ model.name }} {% else %} {{ model.name }} {% endif %}
{% if model.add_url %} Add {% endif %} {% if model.admin_url %} Open {% endif %}
{% endfor %}
{% endfor %}
{% else %}

{% translate "You don't have permission to view or edit anything." %}

{% endif %}
{% endblock %} {% block sidebar %}{% endblock %}