##// END OF EJS Templates
bump version to 1.1.1
bump version to 1.1.1

File last commit:

r53:4c889c0f
r134:b9b70494 1.1.1 stable
Show More
export-scripts.rst
25 lines | 617 B | text/x-rst | RstLexer
documentation: all the documentation for AE
r53 .. _log-script-eg:
Logging API Script Examples
===========================
To export data from your application to use with the custom dashboard feature,
use the following examples to create your export scripts. Once exported to
|RAE|, the data will be available to begin creating custom charts.
.. tip::
To keep your charts up to date, you could run your export script as a cron
job.
Example Script 1
----------------
.. literalinclude:: test_data_for_analytics_sales.py
:language: python
Example Script 2
----------------
.. literalinclude:: test_data_for_analytics_tickets.py
:language: python