Skip to content

Commit

Permalink
Merge pull request #26 from Amsterdam/improvement/text-change
Browse files Browse the repository at this point in the history
Improvement/text change
  • Loading branch information
remyvdwereld authored Jul 22, 2024
2 parents 16ddaff + 9e41ad5 commit bcd1097
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@ Go to http://localhost:8088/
For the admin interface:
http://localhost:8088/admin/

## Importing fixtures dump
The Django project needs some configuration in order to run locally. It's possible to add these manually, but the quickest way is importing using fixtures from the acceptance environment. You can download these automatically at:https://acc.omslagroute.amsterdam.nl/admin/dumpdata. You'll need to be logged in using an admin account first to access this url.

Move the json into the `app` directory on the root of your project, and run the following command

```bash
docker-compose -f docker-compose.local.yml run --rm omslagroute python manage.py loaddata <name of fixture>
```
Remove the json fixture after installing it.

## Build

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h2>Cli&euml;nt adres aanpassen</h2>

<legend>
<h3 class="section--step__title">
Wat is het adres van {{ form.instance.client_name }}?
Wat is het adres van de omslagwoning voor {{ form.instance.client_name }}?
</h3>
</legend>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ <h2 class="h3">Huidige woning</h2>

<legend>
<h3 class="section--step__title">
Wat is het adres van {{ form.instance.client_name }}?
Wat is het adres van de omslagwoning voor {{ form.instance.client_name }}?
</h3>
</legend>

Expand Down
2 changes: 0 additions & 2 deletions docker-compose.local.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3"

services:
database:
image: amsterdam/postgres12
Expand Down

0 comments on commit bcd1097

Please sign in to comment.