Thanks & You're doing a great job! These are my ideas for your next videos: 1. I would like to see 'Building a SAAS with Django' when you'd show how to integrate everything with Braintree (different plans etc), recurring billing - something like you did with 'building subscription website with django' but more advanced (maybe with react). 2. Another idea would be to create a production-ready API with rate-limiting where user can sign up for an account and gets let's say 5k requests a day. 3. How to integrate django with docker / kubernetes - -> basically how to build microservices with django. Honestly, if you decide to make a course out of one of these ideas, I'd be happy to pay for it. Keep up the great work!
@mattfreire6 жыл бұрын
Thank you for taking the time to write this comment. I appreciate it
@Zx3s6 жыл бұрын
@@mattfreire Is there a chance that you'll create something I proposed?
@mattfreire6 жыл бұрын
@@Zx3s Yes building a a production-ready API is a cool project so hopefully that could be up soon. A SAAS would require a lot more planning so I don't think it would be ready within the next 2-3 months but is still something I could bring to the channel. Integrating with docker I think could come relatively soon ( 1 month or so )
@Zx3s6 жыл бұрын
@@mattfreire Great to hear! Can't wait!
@abelsteven31894 жыл бұрын
Thank you so much
@marwahalenizi38514 жыл бұрын
I convert this to react native , and every time I fetch the messages ( if I have more than 100 message ) i receive an error about excessive number of pending callback . So is there a way I can add pagination ( in backend) to the messages when fetching ?