On 15 December 2010 01:36, j <[email protected]> wrote: > I decided to start over, this time only configuring Django and mod_wsgi (no > Satchmo this time). And when just using Django, it worked immediately. > Deploying just a Django app was very simple. So obviously, the issue seems > to be when you start adding even more dependencies things can get "out of > hand" fast,
Generally it shouldn't but then as I said, Satchmo seems to cause people grief for whatever reasons. One suggestion, ensure you do some reading about virtualenv. As least that way any third party packages you need to be installed can be isolated from system wide site-packages directory. Graham > especially for people just starting out. > Thanks for the help on here and for the links to documentation and > especially the lecture at http://blip.tv/file/3840484 ...that helped out > tons. > Thanks again, > j. > > -- > You received this message because you are subscribed to the Google Groups > "modwsgi" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/modwsgi?hl=en. > -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en.
