Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam-W1 committed Aug 8, 2024
1 parent 2cee31c commit 1f761bb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 1f761bb

Please sign in to comment.