Unable to load application to production environment

5 views
Skip to first unread message

Ganesh Kumar

unread,
Dec 1, 2011, 2:16:50 AM12/1/11
to django...@googlegroups.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.

Daniel Roseman

unread,
Dec 1, 2011, 4:56:59 AM12/1/11
to django...@googlegroups.com
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',

those application cant load at production time.

error says:-
No module named registration

-Ganesh


 How can we possibly answer that question? You have given absolutely no details of your 'production environment'.
--
DR.

Leslie Maclachlan

unread,
Dec 1, 2011, 5:10:48 AM12/1/11
to django...@googlegroups.com
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...

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



--
Regards,
MyGolf

彭嘉

unread,
Dec 1, 2011, 2:26:34 AM12/1/11
to django...@googlegroups.com
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 <bugc...@gmail.com>
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django...@googlegroups.com.
To unsubscribe from this group, send email to django-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.




--
Regards~
Peng Jia

Reply all
Reply to author
Forward
0 new messages