Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 866 Bytes

README.md

File metadata and controls

50 lines (35 loc) · 866 Bytes

flask-dynamic-selectfields

Dynamic select fields in flask use wtforms and jquery

install

Create your virtualenv and install file requirements.txt

pip install -r requirements.txt

Install yarn pkg and install some pakage.

Before run yarn add, create directory /app/static/vendor

yarn add bulma
yarn add jquery
yarn add datatables

init database

flask init-db

populate database

flask pop-db

run application

export FLASK_APP=app
export FLASK_ENV=development
flask run

Authors

  • Sukma Wijaya Saputra - Initial work - ombak

License

This project is licensed under the MIT License - see the LICENSE.md file for details