Re: Build desktop application using django

2016-10-17 Thread Denis Akhiyarov
Have a look at automatic web app builder using Django or Flask called Wooey 
based Gooey.

https://github.com/wooey/Wooey
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: Build desktop application using django

2016-10-17 Thread Mario R. Osorio
On Monday, October 17, 2016 at 1:00:14 PM UTC-4, John Gordon wrote:
> In  
> ayuchitsalu...@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
> gor...@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...
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: Build desktop application using django

2016-10-17 Thread John Gordon
In  
ayuchitsalu...@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
gor...@panix.com  B is for Basil, assaulted by bears
-- Edward Gorey, "The Gashlycrumb Tinies"

-- 
https://mail.python.org/mailman/listinfo/python-list


Re: Build desktop application using django

2016-10-17 Thread Ned Batchelder
On Sunday, October 16, 2016 at 10:53:45 PM UTC-4, Mario R. Osorio wrote:
> On Sunday, October 16, 2016 at 1:42:23 PM UTC-4, Ayush Saluja wrote:
> > 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.
> 
> I agree with Martin's suspicion on you having no idea of what the F you are 
> talking about. Nevertheless, I'm throwing in my 2 cents:
> 

Wow, that seems needlessly harsh. :(

--Ned.
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: Build desktop application using django

2016-10-16 Thread Mario R. Osorio
On Sunday, October 16, 2016 at 1:42:23 PM UTC-4, Ayush Saluja wrote:
> 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.

I agree with Martin's suspicion on you having no idea of what the F you are 
talking about. Nevertheless, I'm throwing in my 2 cents:

http://dabodev.com/
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: Build desktop application using django

2016-10-16 Thread Michael Torrie
On 10/16/2016 11:38 AM, ayuchitsalu...@gmail.com wrote:
> 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.

Crystal balls are always risky things to turn to when trying to decipher
intentions from extremely vague questions. But my crystal ball says you
should read a few Django tutorials and try building a simple web-based
system with a database backend (even SQLite to start with).


-- 
https://mail.python.org/mailman/listinfo/python-list