Wednesday, November 30, 2011

Re: Unable to load application to production environment

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 <bugcy013@gmail.com>
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 registration

-Ganesh
Did I learn something today? If not, I wasted it.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.




--
Regards~
Peng Jia

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment