{% extends 'silk/base/base.html' %} {% load silk_inclusion %} {% load static %} {% block pagetitle %}Silky - Settings{% endblock %} {% block menu %} {% root_menu request %} {% endblock %} {% block style %} {% endblock %} {% block data %}
Configure django-silky appearance and data management.
Choose a colour scheme. Your choice is saved in the browser.
Choose a header style. Your choice is saved in the browser.
How long recorded requests are kept. Read-only — configured in settings.py.
SILKY_GARBAGE_COLLECT_MODE = 'time' and SILKY_MAX_RECORDED_TIME (minutes) in settings.py.
{% else %}
Retention can also be count-based, or both together. Adjust SILKY_GARBAGE_COLLECT_MODE
('count', 'time' or 'both') and SILKY_MAX_RECORDED_TIME in settings.py.
{% endif %}
Permanently delete Silk profiling data. This cannot be undone.