Re: Django for desktop app development

2018-09-09 Thread Vanity Fair
c# On Fri, Sep 7, 2018 at 7:26 PM Muhammad Dilshad Khaliq < dilshadkhaliq...@gmail.com> wrote: > I am final year student of software engineering.My final year project is > about fee management system where student submit fee online and > administrator use this system for managing fee and scholar

Re: Django for desktop app development

2018-09-09 Thread Gerald Brown
I have created something similar to this.  My setup is a 2 system IntrAnet ( not Internet). One system is being used as a web server running Nginx & Django with a Mariadb database.  I also had to install a wireless router.  The server system is using the Django Admin system as there are only 2

Re: Django for desktop app development

2018-09-09 Thread mottaz hejaze
Luc , man this framework Lino is very Cool .. محمد عرفني يا هندسة انت عاوز تعمل ايه وربك ييسر اخوك معتز من مصر On Sun, Sep 9, 2018 at 9:14 AM Luc Saffre wrote: > Hi Muhammad, > > we do write and maintain desktop applications for our customers using > Django. But before feeling able to offer thi

Re: Django for desktop app development

2018-09-09 Thread Luc Saffre
Hi Muhammad, we do write and maintain desktop applications for our customers using Django. But before feeling able to offer this we wrote Lino, a kind of "intrusive" Django application which replaces the Admin by a new desktop-like user interface (currently based on ExtJS). It also replaces the pe

Re: Django for desktop app development

2018-09-08 Thread Jani Tiainen
Hi. Even django is a web app development framework you can use some parts if it to develop desktop apps. But as pointed out you might get much further with developing api with django and use that api in your desktop or mobile app. la 8. syysk. 2018 klo 5.27 Muhammad Dilshad Khaliq < dilshadkhali

Re: Django for desktop app development

2018-09-08 Thread Jason
well, django is a web application, so its definitely not suitable for making a standalone desktop application that you install and run. Its meant to run on a server, handling HTTP requests and processing the data and returning a response. That doesn't run in a desktop container application h