boilerplate-code-flask-dashboard
boilerplate-code-flask-dashboard copied to clipboard
Data Tables - How to use the feature
Hello @ksh7!
Please provide the steps to use the feature. During tests (fresh install) the data is not loaded using the command:
python data.py
To use:
export FLASK_APP=run.py sets Flask app
flask reset_datatables to reset DB and install fresh data from media/transactions_data.csv
Note: earlier data.py is removed and currently Flask CLI command is available from run.py itself.