Django bugfix release: 4.1.1

2022-09-04 Thread Mariusz Felisiak
Details are available on the Django project weblog: https://www.djangoproject.com/weblog/2022/sep/05/bugfix-release/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email

Re: Mobile App

2022-09-04 Thread Ahmed omar miladi
i have been woking on many apps created with django and reactjs and react native too i can help just contact me on my email Ahmed Omar Miladi ahmedomarmil...@gmail.com On Mon, 5 Sept 2022 at 01:16, Kato Joshua wrote: > Try using ionic js, you can have the same code base for multiple platforms >

Re: Mobile App

2022-09-04 Thread Kato Joshua
Try using ionic js, you can have the same code base for multiple platforms such as Android, web, IOS and desktop app. On Mon, Sep 5, 2022, 12:34 AM Peter Kirieny wrote: > Hello team Django, I have a fully functioning website > how can I easily turn it into a mob > app please ? > > -- > You recei

Re: Mobile App

2022-09-04 Thread Lakshyaraj Dash
Yes it's also a better idea to have a service worker on your website to instruct chrome for suggesting the installation of your website as an app... But it's a little bit complicated process. On Mon, Sep 5, 2022, 04:29 carlos wrote: > maybe convert your site in pwa with this third party app: > h

Re: Mobile App

2022-09-04 Thread carlos
maybe convert your site in pwa with this third party app: https://github.com/silviolleite/django-pwa if you really use ios or android o hybrid app like flutter your need use django rest framework create API to connect with your backend in django Cheers On Sun, Sep 4, 2022 at 3:34 PM Peter Kirieny

Re: Mobile App

2022-09-04 Thread Lakshyaraj Dash
You can build api with your same django code and implement any one of the following three options in the client side 1. Flutter 2. Dart 3. React-native On Mon, Sep 5, 2022, 03:04 Peter Kirieny wrote: > Hello team Django, I have a fully functioning website > how can I easily turn it into a mob >

Mobile App

2022-09-04 Thread Peter Kirieny
Hello team Django, I have a fully functioning website how can I easily turn it into a mob app please ? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-use