Added site tracking
Can pick the model the use
Better handle llm model based on debug or not
This commit is contained in:
2025-12-08 13:52:30 -06:00
parent eed1abedc8
commit 77d7edd0dc
10 changed files with 54 additions and 17 deletions

View File

@@ -0,0 +1,8 @@
{% extends "admin/base_site.html" %}
{% block extrahead %}
{{ block.super }}
{% if not debug %}
<script async defer src="https://tianji.aimloperations.com/tracker.js" data-website-id="cm7x7mrcy03kfddsw2jyejzub"></script>
{% endif %}
{% endblock %}