Error Starting Django App using Apache+Mod_Wsgi

2010-11-22 Thread Guddu
e Python executable. Doing an nm on the first missing symbol reveals that it does exist. root [zibal]% nm /usr/local/bin/python | grep -i PyArg_UnpackTuple .PyArg_UnpackTuple T 268683204 524 PyArg_UnpackTupleD 537073500 PyArg_UnpackTupled 537073500 12 PyArg_

Re: Satchmo product model ER graph?

2012-05-03 Thread Guddu
You could use something like ER Master http://ermaster.sourceforge.net/ or Aqua Studio to generate the Graph. On May 3, 8:42 am, kooliah wrote: > I need to import an already running database into a satchmo store. > I started to make an ER graph, as a reference for the fields mapping, by > myself,

Re: mod_Wsgi Problem

2012-01-04 Thread Guddu
Glad that it helped. For serving static files, you could read through the Django documentation at https://docs.djangoproject.com/en/1.3/howto/static-files/ Regards, Guddu -- You received this message because you are subscribed to the Google Groups "Django users" group. To

Re: admin interface error

2012-01-04 Thread Guddu
Your WSGI must be having a DJANGO_SETTINGS_MODULE specified did you make sure that the database specified in that setting file was the one in use when you did your syncdb? -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion

Re: /?next= not redirect user

2012-01-10 Thread Guddu
The way i did it was to have the following in my login template (inside the login ) Replace /SiteRoot/url with whatever you would like the user to be redirected to after a successful login. Regards, Guddu On Jan 11, 7:39 am, Weldan wrote: > hi. can anyone show me how to do this . af

Re: django site home page

2012-01-15 Thread Guddu
Hi Marjenni, Something like this (r'^$','.views.'), Replace the variables in <> accordingly Regards, Guddu On Jan 15, 7:39 pm, marjenni wrote: > Hi all, >    A really simple one. What goes in urls.py to set a callback > function for the base websit

Re: What is the best solution to deploy Django on a Windows server?

2013-11-01 Thread Guddu
I have Deployed Django with Apache 2.2 + mod_wsgi on a Windows Server 2003 Production environment (No Virtualization) and it works like a Charm. On Friday, 11 October 2013 12:35:06 UTC-3, Augusto Destrero wrote: > > A client of mine want to keep its existing Windows Server infrastructure, > so I

Re: cx_Oracle - Django ORM - Reference Count Increase

2014-12-29 Thread Guddu
Thanks MichielThat was the problem indeed. I had Debug=True. Changing it to False solved the issue for me. Regards, Guddu On Saturday, 27 December 2014 19:16:02 UTC-3, Michiel Overtoom wrote: > > > On Dec 27, 2014, at 22:23, Anurag Chourasia wrote: > > > I have a L