achilles.console – Javascript console output

achilles.console.log(request, msg)

Log the given message to client’s javascript console

Parameters:
  • request – Django request object that is being served
  • msg – Log message that will be pushed to the console

Previous topic

achilles.blocks – Dynamically loaded blocks

Next topic

achilles.tables – Dynamic tables

This Page