diff --git a/README.md b/README.md index c5de8b1b..e89d4afb 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,12 @@ Run the app with `flask run` (include `--debug` for auto reloading on file chang ## Helper Tasks Contained in [db_tasks.py](./tasks/db_tasks.py) -## Configuration output -The configuration output is generated by the [config_generator](./config_generator/README.md) module. This module contains functions to generate fund and round configuration, form JSONs, and HTML representations for a given funding round. +## Configuration Export Tasks +Contained in [export_tasks.py](./tasks/export_tasks.py) +The configuration output is generated by the [config_generator](./app/config_generator/README.md) module. This module contains functions to generate fund and round configuration, form JSONs, and HTML representations for a given funding round. + +## Database ### Recreate Local DBs For both `DATABASE_URL` and `DATABASE_URL_UNIT_TEST`, drops the database if it exists and then recreates it.