Re: Let's schedule a Django sprint

2007-09-05 Thread Nicola Larosa
Adrian Holovaty wrote: > Basically, a Django sprint is an excuse for people to focus their > undivided attention, for a set time frame, on improving Django. We'll > communicate via the Internet, and the people in Chicago and Mountain > View (if, indeed, that option pans out) will just have a focus

Re: Let's schedule a Django sprint

2007-09-05 Thread vivek
Hi, I would like to join in although I am new to django and python. I am hoping with around 1000 open tickets you can still use some noob hand. vivek --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django develop

Re: Let's schedule a Django sprint

2007-09-05 Thread Jacob Kaplan-Moss
Hey Adrian -- Sweet! Thanks for taking the lead on this :) I'm certainly in, and if you arrange space in Chicago I'd love an excuse to come for the weekend... Jacob --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: django on jython (new version)?

2007-09-05 Thread Marty Alchin
That is excellent news! I'm especially excited to hear about the inclusion of pop() on PyStringMap, since that would indeed solve a few metaclass issues with Django (and perhaps others). It's starting to sound like with a decent recent Jython SVN, we might be able to have Django working soon with

Re: syncdb not running custom sql in a transaction

2007-09-05 Thread Russell Keith-Magee
On 9/6/07, Paul Davis <[EMAIL PROTECTED]> wrote: > > I'm having a bit of a problem using the appname/sql/model.sql custom > sql files. ... > But running: > $ python manage.py sqlcustom root | psql eureka > > Completes wihtout errors. So, I'm fairly certain that the custom sql > is not being run in

Re: django on jython (new version)?

2007-09-05 Thread [EMAIL PROTECTED]
Hi all, My name is Frank Wierzbicki and I'm the lead maintainer of Jython. Just wanted to let you know that getting Django and Jython working together is a big goal for me. I have the start of a mysql jdbc backend and a hacked up Django in Jython's svn -- but I believe Leo Soto M. is further alo

Re: accessing db api from models.py breaks apps/models loading

2007-09-05 Thread Malcolm Tredinnick
On Wed, 2007-09-05 at 11:07 -0700, Ilya Semenov wrote: > I've run into this problem when using dbsettings / django-values in my > project, but the source of the problem actually lies deeper. > > There's a core class django.db.models.loading.AppCache which populates > the list of project apps and

Re: Let's schedule a Django sprint

2007-09-05 Thread Malcolm Tredinnick
On Wed, 2007-09-05 at 15:32 -0500, Adrian Holovaty wrote: > It's about time we scheduled an official Django sprint. We've got a > bunch of features that are almost done but haven't yet been > committed/merged -- including newforms-admin, ORM aggregate support, > multi-DB support and GeoDjango. Plu

Re: Let's schedule a Django sprint

2007-09-05 Thread James Bennett
On 9/5/07, Adrian Holovaty <[EMAIL PROTECTED]> wrote: > Basically, a Django sprint is an excuse for people to focus their > undivided attention, for a set time frame, on improving Django. We'll > communicate via the Internet, and the people in Chicago and Mountain > View (if, indeed, that option p

Re: Let's schedule a Django sprint

2007-09-05 Thread Adrian Holovaty
On 9/5/07, Marty Alchin <[EMAIL PROTECTED]> wrote: > I'd love to participate in a Django sprint, but I don't know how > sprints usually work. It's sounding like it's only available for > people to be present in person, but there's no way I can get to > Chicago for a weekend. If it's available for

Re: Let's schedule a Django sprint

2007-09-05 Thread Marty Alchin
I'd love to participate in a Django sprint, but I don't know how sprints usually work. It's sounding like it's only available for people to be present in person, but there's no way I can get to Chicago for a weekend. If it's available for participation over the Internet, I'd be very interested in

Re: Following OneToOne Relationships

2007-09-05 Thread Robert Coup
On 06/09/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > Can anyone come up a reason that OneToOne fields should not be > optionally automatically followed? Anyone for this support? > If one of the reasons for storing data separately is "update and select patterns", wouldn't it make sense n

Re: Let's schedule a Django sprint

2007-09-05 Thread David Cramer
If they can host it at the HQ in Mountain View even better, count me in either way. On Sep 5, 2:39 pm, "Adrian Holovaty" <[EMAIL PROTECTED]> wrote: > On 9/5/07, Adrian Holovaty <[EMAIL PROTECTED]> wrote: > > > It's about time we scheduled an official Django sprint. > > I've contacted Brian Fitzpa

Re: Let's schedule a Django sprint

2007-09-05 Thread Adrian Holovaty
On 9/5/07, Adrian Holovaty <[EMAIL PROTECTED]> wrote: > It's about time we scheduled an official Django sprint. I've contacted Brian Fitzpatrick at Google, and he said that he could try to get Google to host it. Google recently hosted a Python 3000 sprint in Chicago and Mountain View (I attended)

Re: Let's schedule a Django sprint

2007-09-05 Thread Deryck Hodge
On 9/5/07, Adrian Holovaty <[EMAIL PROTECTED]> wrote: > > It's about time we scheduled an official Django sprint. We've got a > bunch of features that are almost done but haven't yet been > committed/merged -- including newforms-admin, ORM aggregate support, > multi-DB support and GeoDjango. Plus,

Re: Let's schedule a Django sprint

2007-09-05 Thread Jeremy Dunck
On 9/5/07, Adrian Holovaty <[EMAIL PROTECTED]> wrote: > > I propose Friday, September 14. Some reasoning: I'm out town / busy until the 16th, but I'm happy to see the motion. Don't mind me, I just hope to join the next one. :) --~--~-~--~~~---~--~~ You received

Re: Let's schedule a Django sprint

2007-09-05 Thread Joseph Kocherhans
On 9/5/07, Adrian Holovaty <[EMAIL PROTECTED]> wrote: > > It's about time we scheduled an official Django sprint. We've got a > bunch of features that are almost done but haven't yet been > committed/merged -- including newforms-admin, ORM aggregate support, > multi-DB support and GeoDjango. Plus,

Re: Let's schedule a Django sprint

2007-09-05 Thread Adrian Holovaty
On 9/5/07, David Cramer <[EMAIL PROTECTED]> wrote: > You promise we have refactoring done by the 14th? ;) Well, I was just not-so-subtly encouraging Malcolm to wrap it up by then. :-) > I can see if anyone at the office is interested in participating. Cool -- it'd be huge to have you and Brian

Re: Let's schedule a Django sprint

2007-09-05 Thread David Cramer
You promise we have refactoring done by the 14th? ;) I can see if anyone at the office is interested in participating. On Sep 5, 1:32 pm, "Adrian Holovaty" <[EMAIL PROTECTED]> wrote: > It's about time we scheduled an official Django sprint. We've got a > bunch of features that are almost done bu

Let's schedule a Django sprint

2007-09-05 Thread Adrian Holovaty
It's about time we scheduled an official Django sprint. We've got a bunch of features that are almost done but haven't yet been committed/merged -- including newforms-admin, ORM aggregate support, multi-DB support and GeoDjango. Plus, we've got almost 1,000 open tickets in our ticket system. Let's

syncdb not running custom sql in a transaction

2007-09-05 Thread Paul Davis
I'm having a bit of a problem using the appname/sql/model.sql custom sql files. Running: $ python manage.py syncdb root Gives: Installing custom SQL for root.Status model Installing custom SQL for root.Target model Installing custom SQL for root.Reference model Installing custom SQL for root.Seq

Re: accessing db api from models.py breaks apps/models loading

2007-09-05 Thread James Bennett
On 9/5/07, Ilya Semenov <[EMAIL PROTECTED]> wrote: > There's a core class django.db.models.loading.AppCache which populates > the list of project apps and models. It works pretty well unless a > specific set of conditions is met. My comment_utils app had this issue for a while, too, since I was u

accessing db api from models.py breaks apps/models loading

2007-09-05 Thread Ilya Semenov
I've run into this problem when using dbsettings / django-values in my project, but the source of the problem actually lies deeper. There's a core class django.db.models.loading.AppCache which populates the list of project apps and models. It works pretty well unless a specific set of conditions

Re: newforms with model or database level validation

2007-09-05 Thread Thejaswi Puthraya
On Sep 5, 11:37 am, james_027 <[EMAIL PROTECTED]> wrote: > Is there a plan on making newforms be able to validate on the model or > database level like unique=true? although is can be done customizing > the cleaning methods of the newforms but I think it could be nice to > have such capability bui

Re: Feed URLs

2007-09-05 Thread Luke Plant
> But you can get the querystring easily enough by using the > dictionary : request.GET ? Yes, but I can't tell Django's Feed class to use this information, that's the problem. Luke -- Luke Plant - L.Plant.98 at cantab.net --~--~-~--~~~---~--~~ You received th

Following OneToOne Relationships

2007-09-05 Thread [EMAIL PROTECTED]
I have searched through the dev list and couldn't find anything relating to the specific thing I am trying to do. I also am aware that both QuerySet and OneToOne fields are in some sort of flux right now. QuerySet is being completely refactored, and I will of course wait for that (like my admin c

Build Your Business With Targeted email leads.

2007-09-05 Thread International Marketing
GetResponse is an easy, web-based email marketing software that delivers your campaigns, offers, newsletters, follow-ups and autoresponder messages. GetResponse provides you with: 1. Unlimited email marketing campaigns, autoresponders, follow-ups, lists and broadcasts. 2. 150+ professionally de

Re: Creating and using a project-specific database backend?

2007-09-05 Thread George Vilches
George Vilches wrote: > Russell Keith-Magee wrote: >> On 8/30/07, George Vilches <[EMAIL PROTECTED]> wrote: >>> Folks, >>> >>> Now that the database backend refactoring has landed, and DB >>> functionality is really easy to extend, how does everyone feel about the >>> possibility of allowing peopl

Re: content of request.path

2007-09-05 Thread Michael Radziej
On Wed, Sep 05, Graham Dumpleton wrote: > > On Sep 5, 8:59 pm, Michael Radziej <[EMAIL PROTECTED]> wrote: > > On Wed, Sep 05, Thomas Guettler wrote: > > > > > Am Mittwoch, 5. September 2007 11:27 schrieb Michael Radziej: > > > > On Wed, Sep 05, Thomas Guettler wrote: > > > [cut] > > > > Is this

Re: content of request.path

2007-09-05 Thread Graham Dumpleton
On Sep 5, 8:59 pm, Michael Radziej <[EMAIL PROTECTED]> wrote: > On Wed, Sep 05, Thomas Guettler wrote: > > > Am Mittwoch, 5. September 2007 11:27 schrieb Michael Radziej: > > > On Wed, Sep 05, Thomas Guettler wrote: > > [cut] > > > Is this the same problem as in ticket #285? > > > >http://code.dja

Re: content of request.path

2007-09-05 Thread Michael Radziej
On Wed, Sep 05, Thomas Guettler wrote: > That's why I started this thread. > > I see a lot of code that depends > on request.path including the scgi/mod_python mount point: > [...] I completely agree, but I'd like to hear a word from the core developers ;-) Michael -- noris network AG - De

Re: content of request.path

2007-09-05 Thread Thomas Guettler
Am Mittwoch, 5. September 2007 12:59 schrieb Michael Radziej: > On Wed, Sep 05, Thomas Guettler wrote: > > Am Mittwoch, 5. September 2007 11:27 schrieb Michael Radziej: > > > On Wed, Sep 05, Thomas Guettler wrote: > > > > [cut] > > > > > Is this the same problem as in ticket #285? > > > > > > http

Re: content of request.path

2007-09-05 Thread Michael Radziej
On Wed, Sep 05, Thomas Guettler wrote: > > Am Mittwoch, 5. September 2007 11:27 schrieb Michael Radziej: > > On Wed, Sep 05, Thomas Guettler wrote: > [cut] > > Is this the same problem as in ticket #285? > > > > http://code.djangoproject.com/ticket/285 > > Yes Great - Thomas, could you test th

Re: SERVER_NAME vs HTTP_HOST

2007-09-05 Thread Graham Dumpleton
On Sep 5, 7:50 pm, Siddhi <[EMAIL PROTECTED]> wrote: > On Aug 29, 5:26 pm, Masida <[EMAIL PROTECTED]> wrote: > > > Hi Siddharta, > > > Assuming you're deploying on Apache with mod_python, have you tried > > setting ServerName in your httpd.conf to someting sensible? > > Hi Mathias, > > The app is

Re: content of request.path

2007-09-05 Thread Thomas Guettler
Am Mittwoch, 5. September 2007 11:27 schrieb Michael Radziej: > On Wed, Sep 05, Thomas Guettler wrote: [cut] > Is this the same problem as in ticket #285? > > http://code.djangoproject.com/ticket/285 Yes --~--~-~--~~~---~--~~ You received this message because yo

Re: SERVER_NAME vs HTTP_HOST

2007-09-05 Thread Siddhi
On Aug 29, 5:26 pm, Masida <[EMAIL PROTECTED]> wrote: > Hi Siddharta, > > Assuming you're deploying on Apache with mod_python, have you tried > setting ServerName in your httpd.conf to someting sensible? > Hi Mathias, The app is being deployed using Toolserver for Python and it's hooking up to D

Re: content of request.path

2007-09-05 Thread Michael Radziej
On Wed, Sep 05, Thomas Guettler wrote: > > Hi, > > if the SCGI/AJP/mod_python app is mounted under /dynamic (http://.../dynamic) > > and request URL is http://.../dynamic/test/ > > What should be the content if request.path? > > > With mod_python it is /dynamic/test/ > > With SCGI+WSCGI it

content of request.path

2007-09-05 Thread Thomas Guettler
Hi, if the SCGI/AJP/mod_python app is mounted under /dynamic (http://.../dynamic) and request URL is http://.../dynamic/test/ What should be the content if request.path? With mod_python it is /dynamic/test/ With SCGI+WSCGI it is /test/ settings.APPEND_SLASH and other stuff don't work with

Scholarship

2007-09-05 Thread Scholarship & Job
Scholarship and job in http://cambodiajobs.blogspot.com Japan Scholarship Japan/World Bank Scholarship Ford Foundation Fellowships ADB - Japan Scholarship New Zealand Scholarships Australian Scholarships Chevening Scholarships International Development Scholarship Australian Scholarships