Customization¶
Start here to learn how to customize the look and feel of your TOM or add new functionality.
Customizing TOM Templates - Learn how to override built in TOM templates to change the look and feel of your TOM.
Adding new Pages to your TOM - Learn how to add entirely new pages to your TOM, displaying static html pages or dynamic database-driven content.
Customizing Template Tags - Learn how to write your own template tags to display the data you need.
Testing TOMs - Learn how to test your TOM’s functionality.
TOM Widgets - Include these widgets in your custom templates.
Encrypting Data in a Model Field - Learn how to encrypt sensitive data like passwords and API keys in your TOMToolkit app.
Building Interactive HTMX Tables - Learn how to build interactive tables with filtering, sorting, and pagination using django-tables2 and HTMX.