A short for blog application made in django
TODO:
- Create a virtual environment DONE
- Setup the project
- Configure Django settings
- Install required packages
The github auth callback url is: http://localhost:8000/accounts/github/login/callback/
Ref:
- Django documentation: https://docs.djangoproject.com/en/stable/
- GitHub OAuth2 documentation: https://docs.github.com/en/developers/apps/building-oauth-apps/authorizing-oauth-apps
- Blog Guide: https://medium.com/@tony.infisical/guide-to-using-oauth-2-0-to-access-github-api-818383862591