Thursday, December 1, 2011

Re: Unable to load application to production environment

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 <daniel@roseman.org.uk> wrote:
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.

--
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-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,
MyGolf

--
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