Skip to content

Commit

Permalink
Clarify the location of the settings file.
Browse files Browse the repository at this point in the history
  • Loading branch information
voughtdq committed Apr 15, 2023
1 parent 3572243 commit 8554e90
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ If on Windows, you may need to run
`python -m pip install -r requirements.txt`

## Create settings file
Copy `settings.example.py` into a new file in the same directory called `settings.py`.
Copy `clients/settings.example.py` into a new file called `clients/settings.py`
or follow the instructions in the last section to use a custom settings file.

We need to copy the secret key into the settings file.

Expand Down Expand Up @@ -85,7 +86,8 @@ If you need to change the settings file, use the `DJANGO_SETTINGS_MODULE` enviro
## Import Startel HTML Clients Report
Navigate to SAC > Reports > System Reports > Clients

⚠️ For the import to run correctly, "1-line Headers" must be checked and "Add Page Break Between Clients" must be checked.
⚠️ For the import to run correctly, "1-line Headers" must be checked and "Add
Page Break Between Clients" must be checked.

To begin the import, run

Expand Down

0 comments on commit 8554e90

Please sign in to comment.