Re: Databrowse: Loading a large number of records

2009-11-09 Thread sstein...@gmail.com
On Nov 9, 2009, at 7:49 AM, Ismail Dhorat wrote: > I also see there has been a ticket logged for this issue about 2 > years ago. > > http://code.djangoproject.com/ticket/4481 > > Has this been implemented? If not would would a simple paginate tag in > the template suffice? Have you tried apply

Re: Thinking of making the switch from PHP to Django/Python

2009-11-08 Thread sstein...@gmail.com
On Nov 8, 2009, at 8:47 AM, Quenten Griffith wrote: > > All, > > I have developed a 1.0 version of a recipe management tool. I wrote > it in PHP using the symfony framework. For the 2.0 version I want to > switch to python. The reason for the 1.0 version was I wanted to use > it to learn PHP.

Re: PLEASE HELP ME! update python 2.5 to 2.6 and django doesnt work

2009-11-04 Thread sstein...@gmail.com
On Nov 4, 2009, at 4:01 AM, joker wrote: > > i update python 2.5.2 to 2.6 and setup changed directory > /usr/lib/python2.5 to /usr/local/lib/python2.5/ That doesn't look right. If you installed 2.6, the new directories should have 2.6 in them, not 2.5 and so should your tracebacks. S > a

Re: Deploying Django to production environment

2009-11-04 Thread sstein...@gmail.com
On Nov 3, 2009, at 11:19 PM, JohnL wrote: > Hi All, > > I just joined linode and followed there instructions in setting up > Django at http://library.linode.com/lamp-guides/ubuntu-9.10-karmic/. > > > > ServerAdmin squ...@bucknell.net > ServerName bucknell.net > ServerAlias www.bucknel

Re: install help please.

2009-11-03 Thread sstein...@gmail.com
On Nov 3, 2009, at 7:26 AM, paulmo wrote: > > thanks for the response but you're ahead of me already..."cd" as in > put in a compact disc? where is the "untar directory"? 'cd' as in change directory The 'untar' directory is wherever the `tar` command unarchived the contents of the .tar.gz fi

Re: Making the case for Django (vs. Drupal)

2009-10-31 Thread sstein...@gmail.com
On Oct 31, 2009, at 1:20 PM, Alexandru Nedelcu wrote: > Another thing you could do is to implement your own CMS in Django that > has most of the features managers are looking for ... That's *exactly* what scares the crap out of managers; custom code vs. something "everyone" is using. You're

Django + Twisted trunk, fresh virtualenv, simplest demo

2009-10-31 Thread sstein...@gmail.com
Hi! I was pulling my hair out yesterday, trying to get my Django application's forms working on both the development server, and running under Twisted trunk. POST variables were not arriving in the REQUEST object where they belonged, but only under Twisted. So, I d

Fwd: Twisted WSGI (trunk) + Django 1.1.1 + Pinax Twisted WSGI setup == broken forms?

2009-10-30 Thread sstein...@gmail.com
Hi! I've been pulling my hair out all day... I have a Django 1.1.x project running under Twisted Trunk (27392) using WSGI. I've been having mega-problems with forms not showing up in Django's REQUEST object so I decided to nail it down to the simplest case. I though

Re: SOLVED Is there a way to just submit a simple form? -- Mis-nested tags break things!

2009-10-30 Thread sstein...@gmail.com
On Oct 30, 2009, at 10:00 PM, Mike Ramirez wrote: > On Friday 30 October 2009 18:44:02 sstein...@gmail.com wrote: >> Normally validation is the first thing I check but the w3c validator >> can't validate localhost addresses so I had to use the old "cut & >&

RE-UN-SOLVED Is there a way to just submit a simple forms?

2009-10-30 Thread sstein...@gmail.com
It actually turns out that there is appears to be a bug serving the application under Twisted where normal forms are not being properly reflected in Django's REQUEST object. When I 'solved' the problem, I was running under the development server (since it nicely restarts itself on code chan

SOLVED Is there a way to just submit a simple form? -- Mis-nested tags break things!

2009-10-30 Thread sstein...@gmail.com
On Oct 30, 2009, at 8:58 PM, Karen Tracey wrote: > On Fri, Oct 30, 2009 at 8:30 PM, ssteinerX > wrote: > > Hi! > I'm trying to submit a simple: > > Subject: type="text" name="subject" maxlength="100" /> > > > > type form but when I submit, it's nowhere to be found in the REQUEST > object (

Re: Developing on Apache w/ mod_python

2009-06-16 Thread sstein...@gmail.com
On Jun 16, 2009, at 2:00 PM, gte351s wrote: > > Gabriel - thanks for the quick response. > Sorry for the delay in answering, I was away for a bit :) > > I had some issues with the setup, but I think I'll > put it on hold for a bit and use the django built-in > dev-server for now. I tried that o