Re: Unable to load application to production environment

2011-12-01 Thread 彭嘉
Do you add the path of your project to system path? Try this: os.path.append('/path/to/your/project/') 2011/12/1 Ganesh Kumar > Hi guys, > > I am trying to load to my application to production environment, > It will work on test server, How to do this please guide me. > > my settings file:

Re: Unable to load application to production environment

2011-12-01 Thread Leslie Maclachlan
Hi, I would start by making sure any third party django apps that you have installed on your test server (like django-registration) are installed on the production server as well... On Thu, Dec 1, 2011 at 11:56 AM, Daniel Roseman wrote: > On Thursday, 1 December 2011 07:16:50 UTC, Ganesh-Bugcy wr

Re: Unable to load application to production environment

2011-12-01 Thread Daniel Roseman
On Thursday, 1 December 2011 07:16:50 UTC, Ganesh-Bugcy wrote: > > Hi guys, > > I am trying to load to my application to production environment, > It will work on test server, How to do this please guide me. > > my settings file:- > 'registration', > 'fileupload', > 'password_required',

Unable to load application to production environment

2011-11-30 Thread Ganesh Kumar
Hi guys, I am trying to load to my application to production environment, It will work on test server, How to do this please guide me. my settings file:- 'registration', 'fileupload', 'password_required', those application cant load at production time. error says:- No module named r