Re: Django Deployment Headache (Apache Permissions?)

2007-06-06 Thread Nate Straz
On Wed, Jun 06, 2007 at 10:41:15PM -, ATLBeer wrote: > TheBest.xappx: No module named xappx.models > > > > > > [EMAIL PROTECTED] TheBest]# ls -al > > > > > drwxr-xr-x 9 thebest bestx 4096 Jun 6 15:35 . > > > > > drwxr-xr-x 3 thebest bestx 4096 Jun 6 15:31 .. > > > > > drwxr-xr-x 2 thebest b

Re: migrating 400 images

2007-05-07 Thread Nate Straz
On Mon, May 07, 2007 at 05:14:16PM -, Milan Andric wrote: > Wow, interact() is very cool. Now I just need to find write one that > does a similar thing with html body and the local img srcs recursively > on files within a directory. Is there a library that parses html > pages, I'm sure there

Re: migrating 400 images

2007-05-05 Thread Nate Straz
On Fri, May 04, 2007 at 11:13:36PM -, Milan Andric wrote: > I'm migrating a tutorials site to Django and have created a file model > that is associated with tutorial pages, etc. Now I need to go through > and migrate all the old content. Rather than upload 400 images I was > hoping to write

Re: where does the old manipulator go?

2007-01-04 Thread Nate Straz
On Thu, Jan 04, 2007 at 07:59:10PM +0530, Ramdas S wrote: I am trying to move a user registration form code inspired heavily from http://www.b-list.org/weblog/2006/09/02/django-tips-user-registration to newforms from oldforms. Does the newforms replace django.core.manipulators, if so how can I

Re: Diamanda Wiki and MyghtyBoard Forum on SVN now

2006-09-08 Thread Nate Straz
On Thu, Sep 07, 2006 at 11:36:46PM +0800, limodou wrote: > On 9/7/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I don't want to make another mediawiki which requires to learn yet > > another markup language and needs a horde of wikipedians to controll > > it. > > So which text format do yo

Re: Creating graphs in Django application

2006-09-07 Thread Nate Straz
On Thu, Sep 07, 2006 at 01:39:30AM -0700, Devraj wrote: > I am attempting to create graphs in my Django app.to provide reporting > features. Are there any libraries available to do this in Python or > Django? PyX, http://pyx.sourceforge.net/ Nate --~--~-~--~~~---~--~

Re: get_next_by_FIELD and alternate managers

2006-09-03 Thread Nate Straz
On Sun, Sep 03, 2006 at 11:26:22PM +0100, Konstantin Shaposhnikov wrote: > On 9/3/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > My problem is that my older/newer navigation that uses > > entry.get_next_by_pub_date also picks up unpublished entries. Is there > > a way to tell get_next_by_pu