Re: New python, django user... having issues

2011-04-16 Thread Vang
Hey, thank you guys so much for your help. I was able to get everything installed. Appreciate it lots. On Apr 16, 2:40 pm, Łukasz Rekucki wrote: > On 16 April 2011 16:36, Walt wrote: > > > Windows 64 does make things interesting, but just to summarize

Re: New python, django user... having issues

2011-04-16 Thread Łukasz Rekucki
On 16 April 2011 16:36, Walt wrote: > Windows 64 does make things interesting, but just to summarize > what I do to install on Windows: > > Install mod_python for python 2.5: Do yourself a favour and switch to something else then mod_python. It's a dead project (that's why

Re: New python, django user... having issues

2011-04-16 Thread Walt
I think you're hijacking this thread, yes? Can you submit all the code for the models, please? Perhaps start a new thread... -- 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.

Re: New python, django user... having issues

2011-04-16 Thread leo
I have two models, model A and model B , model A like this CUSTOMER_NAME = ( (IBM, 'IBM'), (GSMC, 'GSMD'), (CSMC, 'CSMC'), (HJTC, 'HJTC'), customer_name = models.IntegerField(choices = CUSTOMER_NAME, default = IBM,) activity_type = models.IntegerField(choices =

Re: New python, django user... having issues

2011-04-16 Thread Walt
Windows 64 does make things interesting, but just to summarize what I do to install on Windows: Install python2.5: http://www.python.org/download/releases/2.5.4/ Install latest apache: http://httpd.apache.org/download.cgi#apache22 Install mod_python for python 2.5:

New python, django user... having issues

2011-04-15 Thread Vang
Hi there. I'm trying to install Django on my computer, but I'm having problems. Any help would be really, really appreciated. My first attempt was with the BitNami Django Stack. It seemed to have installed, but I couldn't verify it through 'import django' on Idle. I played with it a few times,