Run Existing Project¶
To run an existing project, cd in the folder containing the manage.py.
Run
python manage.py initialise
flask run --debug
To run an existing project, cd in the folder containing the manage.py.
Run
python manage.py initialise
flask run --debug