What this post is about
In the previous two posts, I made an API in Django with the help of DRF (please read them: post #1, post #2 befo...
For further actions, you may consider blocking this person and/or reporting abuse
Hi Amartya, thank you for your sharing!
I want to ask you about the signup bloc. I dont know how to start it. I am confused.
I want to display a mobile signup form which link to bloc and django rest api.
Thanks.
Please refer: github.com/amartya-dev/covid-19-cr... for more details on the signup implementation. I have made the same there. To be specific: github.com/amartya-dev/covid-19-cr... is the code used for registration. Hope it helps :)
Thx q !
Hi Amartya, if I'm using PostgreSQL for my Django backend instead of SQLite, will it still work? Do I need to change anything?
Yes it will still work
Thanks! Your series is really helpful!
Glad that you liked it !! Do star the repo if you found it helpful :)
Hello Amartya Gaur,
Thank you for sharing the project details. I am currently working on my Final Year Project and have a basic understanding of Django. I need guidance on how to develop a complete project using Flutter and Django.
Hello Amartya,
First of all thanks for this great serie, it was very useful for me.
I wanted to ask you how would you manage the changes of pwd from the users.
Thanks
You would need to add that in the api and also as a form / bloc in the flutter app
Nice post.
Thanks a lot buddy you have helped me a lot to implement my sign in page !!!