Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
dimasciput committed Oct 19, 2024
1 parent 91b269d commit 3c723c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
--health-timeout=5s
--health-retries=5
env:
POSTGRES_DB: minisass
POSTGRES_DB: minisass_data
POSTGRES_USER: docker
POSTGRES_PASSWORD: docker

Expand Down
2 changes: 2 additions & 0 deletions django_project/minisass/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
}
}

print(DATABASES)


TIME_ZONE = 'Africa/Johannesburg'
LANGUAGE_CODE = 'en'
Expand Down

0 comments on commit 3c723c7

Please sign in to comment.