boilerplate-code-flask-dashboard icon indicating copy to clipboard operation
boilerplate-code-flask-dashboard copied to clipboard

Data Tables - How to use the feature

Open app-generator opened this issue 3 years ago • 1 comments

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

app-generator avatar Dec 03 '21 05:12 app-generator

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.

ksh7 avatar Dec 09 '21 15:12 ksh7