โก๏ธ This is Not a actual bug tracker as by name this is a person work loading and he will be uploading his work after loggin in using google.
๐Django framework offers various sign in options like google , facebook,github and other 30 applications.
๐LOGIN_REDIRECT_URL='http://127.0.0.1:8000/upload/'
๐ Now get client id and secret id from https://console.developers.google.com/ .Here i will not be mentioning my client id and
๐ Now LOGIN_REDIRECT_URL='http://127.0.0.1:8000/upload/' is for redirecting you to the page which should appear just after you google sign. The above is what is my redirect page.
Python manage.py startapp (appname)



