I think what Loai is asking for is a way to "wrap up" the python/django application, along with a light-weight webserver (not as light-weight as "runserver" though), so it looks like a stand-alone application... apart from needing to run a web browser to connect to it.
I, too, am very interested in this. Just doing some cursory poking around, here's some starting points: Python Freeze: http://wiki.python.org/moin/Freeze cx_Freeze: http://cx-freeze.sourceforge.net Py2Exe: http://wiki.python.org/moin/Py2Exe py2app: http://svn.pythonmac.org/py2app/py2app/trunk/doc/index.html These handle turning the python program into a stand-alone executable. It doesn't solve the web-server issue, though. There are a ton of choices there (eg: gunicorn, twisted, tornado, web.py) but I have no opinion on which one is going to both "freeze" well, serve static files well, and work well with Django On Tuesday, December 18, 2012 8:06:19 AM UTC-8, Loai Ghoraba wrote: > > Hi > > I am very comfortable with Django, and I was wondering about whether there > is some way to convert a Django web app into a Desktop app (may be not > 100%), so that I can distribute it to users. May be wrapping it in a light > web server "if there is something like this". > > Thanks > -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/ruJ-QX6bLO8J. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.