Skip to content

Commit 8554e90

Browse files
committed
Clarify the location of the settings file.
1 parent 3572243 commit 8554e90

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ If on Windows, you may need to run
4242
`python -m pip install -r requirements.txt`
4343

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

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

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

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

9092
To begin the import, run
9193

0 commit comments

Comments
 (0)