Re: Does anybody solved the django project distribution problem?

2006-10-05 Thread [EMAIL PROTECTED]
I've used something like this before (in urls.py), which uses the runserver to set it up (non-threaded of course, but it's not too much of a problem for a single user on localhost): # Serve files # - if file_server is None, then we get Django to try to do # it out of /files anyone using this

Re: Does anybody solved the django project distribution problem?

2006-10-05 Thread Rob Hudson
I haven't solved the problem. For now it's on the back burner. We'll need to find a solution to this eventually. As a fall back we can always wrap up our Django app in an installer (NSIS) and launch it locally. But it would be super nice if it were as simple as a py2app or py2exe solution.

Re: Does anybody solved the django project distribution problem?

2006-10-05 Thread ian
[EMAIL PROTECTED] wrote: > i find this thread from Rob: > Distribute Django program to run on a local computer > http://groups.google.com/group/django-users/browse_thread/thread/609f539387ba8296/a3ff0fc87da20bed > > i m trying to do the same thing.but the thread end with no result. Ola, You

Does anybody solved the django project distribution problem?

2006-10-05 Thread [EMAIL PROTECTED]
i find this thread from Rob: Distribute Django program to run on a local computer http://groups.google.com/group/django-users/browse_thread/thread/609f539387ba8296/a3ff0fc87da20bed i m trying to do the same thing.but the thread end with no result. Rob,have u solved your problem?