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:
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
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',
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
4 matches
Mail list logo