On Oct 19, 2:23 pm, DjangoRocks <ye.eug...@gmail.com> wrote:
> Hi all,
> as per the subject: what is the most effective and stable Django set
> up options on a production server?
>
> I am currently on a mod_python, linux, apache set up.
>
> And sometimes, it seems that the server is unstable.
> For example, whenever i try to submit a form ( uploading images ),
> there are times where it says that there is an error ( template not
> found ), and times where the upload was successful. ( the code running
> on my local computer runs perfectly)
>
> Is that due to unstable server?

Probably not. More than likely you have some order dependency in way
things are loaded into memory by your Django application.

You should post the exact traceback from the error logs so that people
can at least attempt to resolve what is likely your real problem
rather than just assume that changing hosting mechanisms will help.

> What do u guys recommend for a most effective and stable Django set up
> options on a production server?

Django documentation no longer recommends mod_python. Have you looked
at the Django documentation recently to see what it does say?

  http://docs.djangoproject.com/en/dev/howto/deployment/#howto-deployment-index

Graham
--~--~---------~--~----~------------~-------~--~----~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to