Build desktop application using django

Mario R. Osorio nimbiotics at gmail.com
Mon Oct 17 22:50:32 EDT 2016


On Monday, October 17, 2016 at 1:00:14 PM UTC-4, John Gordon wrote:
> In <c9801e8b-2b8b-45a8-bcb0-27f775c1d326 at googlegroups.com> ayuchitsaluja8 at gmail.com writes:
> 
> > Hello I want to build a desktop application which retrieves data from
> > server and stores data on server. I have basic experience of python and
> > I dont know how to build that thing.
> 
> The term "desktop application" generally means something which runs
> locally on your computer, such as Microsoft Word or a game.
> 
> But Django is for building websites, not local applications.
> 
> So Django probably isn't what you want.
> 
> -- 
> John Gordon                   A is for Amy, who fell down the stairs
> gordon at panix.com              B is for Basil, assaulted by bears
>                                 -- Edward Gorey, "The Gashlycrumb Tinies"

Then again, nothing stops you from creating a Django app and run it locally with the development server...



More information about the Python-list mailing list