Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The `PORT` setting in the database configuration is redundant because Django defaults to the PostgreSQL standard port (`5432`) when the `PORT` setting is omitted. Reference: https://docs.djangoproject.com/en/5.1/ref/settings/#std-setting-PORT
- Loading branch information