Re: Standalone Django scripts

2011-12-23 Thread Python_Junkie
I am not exactly sure how extensive your question is about deployment. You can just copy the files associated with your local django project/ app to the server in the same exact directory structure, install the same modules that you had on your local computer and run the shell script, /manage.py

Re: Standalone Django scripts

2011-12-23 Thread Daniel Roseman
On Friday, 23 December 2011 11:22:55 UTC, Ganesh-Bugcy wrote: > > Hi guys, > I am new to django, I trying to develop standalone script (shell > script), it's working fine in development version, How to can I deploy > host application to my server, > any help guys. In development version I have used