- Add the function of automatically generate the models of normal and flask.
- Config the model to generate in wayconfig.py: "model_select": 0, "new_project": True.
- After you have generated the model project, set "new_project": False in wayconfig.py.
- If WayBatch.py, import jtc from JYLinOK.
- Run the Way.py to start the easy desgin with Way.
- Run WayBatch.py to generate batch file with same template and different data.
- You can run run_waybatch.py to quickly run the WayBatch.
- Config the model to generate in wayconfig.py: "model_select": 0, "new_project": True.
- After you have generated the model project, set "new_project": False in wayconfig.py.
git clone https://github.com/JYLinOK/jtc.git
- The default workspace of WayBatch is ./batchfiles.
- The ./batchfiles/insertfiles saves the files that will be inserted.
- The ./batchfiles/template saves the template files that is only one.
- The ./batchfiles/output saves the ouput files that are generate automatically.
- If use the str values to insert, define them in the corresponding code.
- If you want to use WayBath in Way editing, set save_dir as ./htmledit/..
Nov, 06, 2022 (By Jinwei Lin:)