Krunal Patil
Krunal Patil
@pratiksinghchauhan Can you please upload simple project similar to this with basic authentication using **social auth with JWT using allauth library.** And handle all logins in backend in django and...
the social auth token for google works perfectly when implemented in django via templates. but when implemented it via react frontend it gave this error. i guess in settings.py of...
I dont actually remember I cloned or directly downloaded. Whats the difference bw these two. any advantages by cloning?
I guess there might be some issues of cors. I'll try that again by following your blog. If the same issue crops up ill share whole code details and also...
Still the same issue persists in latest version till today's date. I have created issue for it in neomodel. Please can someone check it. [here's the issue](https://github.com/neo4j-contrib/django-neomodel/issues/43#issue-762242245)
djangorestframework==3.12.4 So I have few models & instead of giving single json responses to frontend which will only make get queries to django backend I want to club all models...
Maintainers (@diyajaiswal11) please add the gssoc21 tag to issue #5. Also if you could assign it to me and then merge my PR it will help me to progress in...
I've mentioned how to create local_settings.py file while setting up the project before makemigrations. And have copy pasted these secret_key, database config, email config in readme.me. so the one who...
resolved. Also local_settings.py was put inorder to have private information on localmachine itself and not in public. so it will be better to include local_settings.py file.