Re: Are a lot of people using SQLAlchemy with Django?

2008-10-02 Thread mtrier
Matt, On Oct 1, 11:39 am, Matt Wilson <[EMAIL PROTECTED]> wrote: > I'd love to be able to use SQLAlchemy with Django.  I've heard some > people are working with this, but I want to know if people are really > using it in production. We're working on a project called django-sqlalchemy (http:// gi

Re: newforms-admin branch has been merged into trunk

2008-07-18 Thread mtrier
On Jul 18, 8:01 pm, Brian Rosner <[EMAIL PROTECTED]> wrote: > I have just recently merged the newforms-admin branch into trunk as of   > r7967 [1]. This is an extremely backward incompatible change. The   > entire admin application in contrib has been refactored. The newforms   > module has a few

ANN: This Week in Django 19 - Special Feature Internationalisation

2008-04-21 Thread mtrier
I usually refrain from posting this kind of information to this list, but I thought that this has enough general interest to be something that people might want to be aware of. Each week we have a podcast called This Week in Django that discusses the weekly events within the Django community. We

Re: modelling and multiple fields as primary key

2007-12-05 Thread mtrier
Override the save method in the model. Do the lookup and set the status accordingly. Am I missing something? Michael Trier blog.michaeltrier.com On Dec 5, 8:26 am, turbofart <[EMAIL PROTECTED]> wrote: > Hi, > > I'm trying to model a simple application. It will consist of 2 models: > > - docume

[Announce] Django on Gentoo (DoG) Linux EC2 Image

2007-06-01 Thread mtrier
If you EC2 (http://aws.amazon.com/ec2) then read on otherwise you can ignore all of this. I've prepared a Django on Gentoo (DoG) Linux image for EC2. This is built on the base Gentoo image that I posted about previously. I added a whole bunch of goodness to run Django. Included are a whole set

Re: Application Url Reuse

2007-04-14 Thread mtrier
On Apr 14, 11:04 pm, "Russell Keith-Magee" <[EMAIL PROTECTED]> wrote: > On 4/15/07, mtrier <[EMAIL PROTECTED]> wrote: > > > > > I'm new to Django and working my way through the tutorials. At the > > end of Tutorial 3 there is an explanation

Application Url Reuse

2007-04-14 Thread mtrier
I'm new to Django and working my way through the tutorials. At the end of Tutorial 3 there is an explanation about how to copy the urls.py file to the polls directory and replace the urls in the site directory with an include. What confuses me about this is that I still must reference my applica