Re: Django's target applications?

2006-10-06 Thread Paul Barry
The link on http://code.djangoproject.com/wiki/DjangoPoweredSites points to the blog. I guess that link should be updated. On 10/6/06, Antonio Cavedoni <[EMAIL PROTECTED]> wrote: > > On 6 Oct 2006, at 22:02, Paul Barry wrote: > > The social networking site with ~1 milli

Re: customizing the admin interface

2006-10-06 Thread Paul Barry
admin interface, is that true? On 10/3/06, Michael <[EMAIL PROTECTED]> wrote: > > > On 10/3/06, Paul Barry <[EMAIL PROTECTED]> wrote: > > > > Is the admin interface customizable at all? Specifically: > > > > 1. Can you create a workflow, like step 1,

Re: Django's target applications?

2006-10-06 Thread Paul Barry
The social networking site with ~1 millions users, are you referring to grono.net? The action of the login page is do-login.jsp and the Server header is "Apache-Coyote/1.1". Melt points to a MovableType blog. On 10/6/06, James Bennett <[EMAIL PROTECTED]> wrote: > > On 10/6/06, Serg Kovrov

customizing the admin interface

2006-10-02 Thread Paul Barry
Is the admin interface customizable at all? Specifically: 1. Can you create a workflow, like step 1, step 2, step 3, then save object? 2. Can you create a lookup select for a foreign key? For example, if I have an object that has a ForeignKey and there are 10,000 instances of the foreign

acts_as_list?

2006-09-28 Thread Paul Barry
Does django has something like the rails ActiveRecord acts_as_list? For those who don't know what acts_as_list is, it gives you the api for dealing with an ordered list of objects. For example, think if was modeling a book. I would have a Book object with a one to of a simple Netflix queue.

Re: Windows XP and Django

2006-09-27 Thread Paul Barry
I actually just got python and django running on my Windows XP box no problem. I kept notes of my setup, here they are, hopefully you find them helpful. 1. Install Python 2.4 http://www.python.org/ftp/python/2.4.3/python-2.4.3.msi I put it in the default location of c:\Python24. If you