Re: NEW: www/py-Django (0.96)

2007-09-17 Thread Will Maier
On Sun, Sep 16, 2007 at 05:56:13PM -0700, Darrin Chandler wrote: I've been using Django and it works well. I've tested this primarily on i386, and a bit on amd64 and sparc64. Minimal testing can be accomplished with: $ django-admin.py startproject mysite cd mysite $ python manage.py

Re: NEW: www/py-Django (0.96)

2007-09-17 Thread Darrin Chandler
On Mon, Sep 17, 2007 at 09:26:10AM -0500, Will Maier wrote: pkg/DESCR should be wrapped at 72 characters. Otherwise, looks good and tests OK on i386/-current. I'd also consider installing some (or all) of docs/ and moving the documentation reference in MESSAGE to DESCR, but those changes seem

NEW: www/py-Django (0.96)

2007-09-16 Thread Darrin Chandler
I've been using Django and it works well. I've tested this primarily on i386, and a bit on amd64 and sparc64. Minimal testing can be accomplished with: $ django-admin.py startproject mysite cd mysite $ python manage.py runserver (startup messages) Pull up http://127.0.0.1:8000/ and see the

Re: NEW: www/py-Django (0.96)

2007-09-16 Thread Mike Erdely
On Sun, Sep 16, 2007 at 05:56:13PM -0700, Darrin Chandler wrote: I've been using Django and it works well. I've tested this primarily on i386, and a bit on amd64 and sparc64. Minimal testing can be accomplished with: $ django-admin.py startproject mysite cd mysite $ python manage.py