Re: database connection user - newbie question

2007-05-09 Thread foobarmus
James, thanks for this argument. Perhaps I should have given some more specific info about the project. We are at approximately version 0.2 - months or perhaps a year from having a beta. Nothing is cast in stone. It's important to us to implement access control at database level for a couple of

Re: Edit inline in newforms-admin branch (ATTN: Joseph Kocherans)

2007-05-09 Thread Malcolm Tredinnick
On Wed, 2007-05-09 at 22:20 +, Mike Axiak wrote: > I have created a ticket specifically for newforms-admin and > edit_inline (#4255). > > I'd like to bounce ideas around in there, if people would be willing > to talk. I would partially be willing to do some implementation, but > don't want to

Re: Subversion cliff notes

2007-05-09 Thread Kenneth Gonsalves
On 10-May-07, at 2:25 AM, [EMAIL PROTECTED] wrote: > Can someone point me to a good site for a quick-guide to subversion? http://svnbook.red-bean.com/ -- regards kg http://lawgon.livejournal.com http://nrcfosshelpline.in/web/ --~--~-~--~~~---~--~~ You recei

Re: database connection user - newbie question

2007-05-09 Thread James Bennett
On 5/9/07, foobarmus <[EMAIL PROTECTED]> wrote: > It's a tightly modelled, configurable, business administration tool. > If used in a business of significant size, I would expect and hope > that a DBA was employed to administer the database. Many of the tables > will contain information that is re

Re: Subversion cliff notes

2007-05-09 Thread Ben Ford
Carole, Weren't you involved with the multiple-db branch before? With regards to using branches someone on this list advised me to have a look at SVK (sorry don't have a link to hand). I've looked at it and it's a nice way to go for working with SVN. You may be well served to have a look yourself

Re: database connection user - newbie question

2007-05-09 Thread [EMAIL PROTECTED]
Hey Russ, As always your response is sound, candid, and well thought out. You're either nimble with your typing or you put in a little block of time to compose that so thanks! Just a few quick points: 1. I see now that there is a definite intention maintain a particular profile for the framewor

Re: database connection user - newbie question

2007-05-09 Thread foobarmus
Perhaps I should have given more specific info about the project. It's not a CMS, or one of these "happy apps" that just have a database because it's cool to have one. It's a tightly modelled, configurable, business administration tool. If used in a business of significant size, I would expect a

Re: Subversion cliff notes

2007-05-09 Thread [EMAIL PROTECTED]
My apologies if this was the incorrect place to post this. I'm just trying to get started on hopefully contributing to the project, and had questions on getting started. I thought that was what this group was for. On May 9, 5:01 pm, "Joseph Heck" <[EMAIL PROTECTED]> wrote: > This is really the

django-values update

2007-05-09 Thread Gulopine
Well, after a long time of work on it, I've committed a new version of django-values, incorporating feedback from the previous discussion on the topic[1]. There's still a little work I'd like to do on it, but it's very functional right now, and ready for use and testing by anyone who's interested.

Re: database connection user - newbie question

2007-05-09 Thread Russell Keith-Magee
On 5/10/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > (quite a lot) :-) > Hi Brian The primary design use case for Django development is clean room development of a new web based application. This is what it was originally designed for, and there is plenty of evidence around to suggest th

South American Developers

2007-05-09 Thread Josef
Are there any South American developers out there? Specifically in Chile? I'm looking to band together with a few locals to work on some fun consumer oriented web projects. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

Re: Edit inline in newforms-admin branch (ATTN: Joseph Kocherans)

2007-05-09 Thread Russell Keith-Magee
On 5/10/07, Mike Axiak <[EMAIL PROTECTED]> wrote: > > I have created a ticket specifically for newforms-admin and > edit_inline (#4255). > > I'd like to bounce ideas around in there, if people would be willing > to talk. I would partially be willing to do some implementation, but > don't want to w

Re: database connection user - newbie question

2007-05-09 Thread Ian Holsman
foobarmus wrote: > I'm managing a programming team that's developing a web app in python. > I'd like to be using Django but can't at the moment because one of the > things we are doing is driving the application user into the database > connection, so that we can implement access control at databa

Re: Edit inline in newforms-admin branch (ATTN: Joseph Kocherans)

2007-05-09 Thread Mike Axiak
I have created a ticket specifically for newforms-admin and edit_inline (#4255). I'd like to bounce ideas around in there, if people would be willing to talk. I would partially be willing to do some implementation, but don't want to write code other people have. http://code.djangoproject.com/tic

Re: Subversion cliff notes

2007-05-09 Thread Joseph Heck
This is really the wrong list for this. Django-users would be more appropriate, or better yet a list that's about subversion. On 5/9/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Can someone point me to a good site for a quick-guide to subversion? > We pretty much just do vanilla update/co

Subversion cliff notes

2007-05-09 Thread [EMAIL PROTECTED]
Can someone point me to a good site for a quick-guide to subversion? We pretty much just do vanilla update/commit where I work...and I've never dealt with branches. I've checked out the trunk to one directory, and a patch which hasn't been updted since 12/10/06 to another directory. I'd basicall

Re: database connection user - newbie question

2007-05-09 Thread [EMAIL PROTECTED]
The limitation of Django's single database, single connection paradigm is one that I have been recently grappling with. In a recent discussion in the users group, I went so far as to call it an "unfortunate" design decision. While I agree that the label I chose is purely a subjective value call,

Re: unicode and doctest

2007-05-09 Thread akaihola
Ok I figure it makes sense since you might be running doctest on a terminal which can't display all unicode characters anyway. I'm making use of print statements because I like to display data structures in a clean and understandable format. It's particularly useful to have clean output when the

Re: Multiple Profiles

2007-05-09 Thread Rob Hudson
I'd like to hear what others think of this approach b/c it makes a lot of sense to me and does seem much easier in that: 1) The newly defined user object is in request 2) There's one place to get user info Thanks for sharing, Rob --~--~-~--~~~---~--~~ You receiv

Re: unicode and doctest

2007-05-09 Thread Malcolm Tredinnick
On Wed, 2007-05-09 at 02:22 -0700, akaihola wrote: > I'm having a hard time trying to do my unit testing in unicode. I'm > using the unicode branch of Django. > > Here's a simple tests.py example: > > # -*- encoding: utf-8 -*- > u""" > >>> print u'\u00e4' > this output should not match the above

unicode and doctest

2007-05-09 Thread akaihola
I'm having a hard time trying to do my unit testing in unicode. I'm using the unicode branch of Django. Here's a simple tests.py example: # -*- encoding: utf-8 -*- u""" >>> print u'\u00e4' this output should not match the above test """ When I run this with manage.py test, I get the following e

Re: database connection user - newbie question

2007-05-09 Thread foobarmus
Thanks for the response, Max. It's very to the point. Much appreciated. > Yes. The conventional wisdom that everyone "should know" is never to > use such web to database pass-through authentication for anything > bigger than an intranet application behind corporate firewalls/VPNs. > > There are

Re: database connection user - newbie question

2007-05-09 Thread Max Battcher
On 5/9/07, foobarmus <[EMAIL PROTECTED]> wrote: > > I'm managing a programming team that's developing a web app in python. > I'd like to be using Django but can't at the moment because one of the > things we are doing is driving the application user into the database > connection, so that we can i