Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Emrysil committed Apr 12, 2024
2 parents 66153e9 + 5307d55 commit c367483
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,10 @@ You can find out more configurations [here](https://docs.astral.sh/ruff/configur
## FAQs
1. I followed all the instructions for third party login setup, but it is still not working. What is wrong?
The `allauth` package creates a placeholder OAuth provider (`example.com`) by default, which may take primary key value of `1` in the `Sites` table. Try changing the value of the `SITE_ID` variable in [`settings.py`](./its_backend/settings.py) to `1`, `2`, `3`, and so on until it works. Or you can download a database browser (like `DB Browser for SQLite`) to see how the table is configured.
1. Django is not creating migration files for one Django app X. What should I do?
Sometimes Django might now detect the changes in individual apps, in that case, run:
Expand Down

0 comments on commit c367483

Please sign in to comment.