Krunal Patil

Results 9 comments of 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...

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.