Re: i need to learn more on django

2023-05-05 Thread Michael kosy
Learning from YouTube is a good way to start(and also best if your python skill is good). You can also pay for a Udemy course if you can afford it. The best way to improve is working on project(s) and finishing them. I can suggest a few YouTuber that helped me get on my feet: Dennis Ivy Telusko Co

Re: Scheduler with Django on Windows platform

2023-03-28 Thread Michael kosy
Try, https://docs.celeryproject.org/en/stable/django/first-steps-with-django.html On Tue, Mar 28, 2023, 10:27 AM Robbi Nespu wrote: > Hi Django developers, > I am looking for any package that can do scheduler job. I am used with > "Django-crontab" but I can't use it on windows platform. > > Do y

Re: WHAT OTHER REAL TIME MAP CAN I USE IN MY PROJECT ASIDE GOOGLE MAP?

2023-03-25 Thread Michael kosy
Thank you very much, I appreciate. On Sat, Mar 25, 2023, 2:02 PM DOI TUYEN wrote: > I think this link will help you. https://djangopackages.org/ > All packages for django are all here > > Vào Th 7, 25 thg 3, 2023 vào lúc 19:59 Michael kosy < > kosymichael...@gmail.com> đã

WHAT OTHER REAL TIME MAP CAN I USE IN MY PROJECT ASIDE GOOGLE MAP?

2023-03-25 Thread Michael kosy
I am on a project that requires me to integrate real time maps into it. I did that using Google API but whenever I run my server, it always throws "Request Denied". Does anyone know any other mapping service that offers free API? -- You received this message because you are subscribed to the Goog