Pyowa is this Monday!

2009-07-04 Thread Mike Driscoll
language. Be prepared to share! We may have another presentation in our Standard Library series as well or just something random. Let me know if you think you'll be there. Pop & water will be provided. We hope to see you there! ------ Mike Driscoll http://www.pyowa.org

LDAP support in Django?

2009-06-05 Thread Mike Driscoll
Hi, Can someone tell me if Django has LDAP support builtin or as a plugin of some sort? Or do I need to write all that myself? I saw references to LDAP in the svn docs and I've found some snippets of code with the ldap module and Django 0.96 as well as a blog post or two on rolling your own LDAP

Re: multiple column primary key

2009-06-03 Thread Mike Driscoll
Jaime, On Jun 3, 1:06 am, Jaime Casanova wrote: > Hi, > > I have an existing database, and want to create an application using > django to administer it... > I am creating the model classes but there are tables with more than > one field in the pk. so the question

Re: Composite keys

2009-06-01 Thread Mike Driscoll
On May 15, 8:12 pm, Russell Keith-Magee <freakboy3...@gmail.com> wrote: > On Sat, May 16, 2009 at 5:27 AM, Mike Driscoll <kyoso...@gmail.com> wrote: > > > Hi, > > > I posted about this over a year ago and Jacob Kaplan-Moss said that > > Django would eve

Re: Composite keys or sqlalchemy

2009-05-29 Thread Mike Driscoll
Hi Alex, On May 29, 2:49 pm, Alex Gaynor <alex.gay...@gmail.com> wrote: > On Fri, May 29, 2009 at 2:45 PM, Mike Driscoll <kyoso...@gmail.com> wrote: > > > Hi, > > > I asked a similar question about this last year and was told that > > Django would eventuall

Re: Installing Django on Windows XP

2009-05-29 Thread Mike Driscoll
On May 29, 11:54 am, athick2 wrote: > I am trying to install Django on Windows XP. > > I have python in C:\Python25 > > I have extracted django into C:\Program Files\Google\google_appengine > \izonyu\Django-1.0.2-final > > when i try to install django, i run into

Composite keys or sqlalchemy

2009-05-29 Thread Mike Driscoll
Hi, I asked a similar question about this last year and was told that Django would eventually support composite keys, but currently did not. Has that changed? If not, if there a recommended way to use SqlAlchemy in Django? I see that most of the projects that were supposed to integrate

Re: Django superusers

2009-05-18 Thread Mike Driscoll
Don, On May 15, 11:08 am, donarb <don...@gmail.com> wrote: > On May 15, 7:31 am, Mike Driscoll <kyoso...@gmail.com> wrote: > > > The book does not mention anything about the autodiscover() call, > > although it seems to have done everything else right. Once I a

Composite keys

2009-05-15 Thread Mike Driscoll
Hi, I posted about this over a year ago and Jacob Kaplan-Moss said that Django would eventually get composite key support, but he didn't know when. Has anything changed? I dug around for SqlAlchemy+Django links, but they seem to be the same as last year, except deader. While my boss likes

Re: Django superusers

2009-05-15 Thread Mike Driscoll
Hi Karen, On May 14, 5:09 pm, Karen Tracey <kmtra...@gmail.com> wrote: > On Thu, May 14, 2009 at 4:06 PM, Mike Driscoll <kyoso...@gmail.com> wrote: > > > Hi, > > > I am working my way through the Django 1.0 book by Ayman Hourieh from > > Packt and I j

Django superusers

2009-05-14 Thread Mike Driscoll
Hi, I am working my way through the Django 1.0 book by Ayman Hourieh from Packt and I just reached the Admin Interface chapter (which is number 8 if you have the book). Anyway, when I login to my site's admin, I'm told that I don't have permission to edit anything. I loaded up the shell and did

March 2, 2009 Pyowa Meeting

2009-02-24 Thread Mike Driscoll
Hi, Just a quick note to say that our next Pyowa (Python Users Group of Iowa) meeting will be next Monday, March 2nd from 7-9 p.m. We will be in our original location at the Marshall County Sheriff's Office, 2369 Jessup Ave, Marshalltown, IA. Remember, it's technically NOT in Marshalltown at

Iowa Python Users Group Meeting (Jan. 5, 2009)

2009-01-01 Thread Mike Driscoll
and new programmers. All experience levels are welcome. We hope to see you there! If you have any questions, just let me know. Mike Driscoll www.pyowa.org --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users&q

Iowa Python User's Group Meeting Next Week!

2008-10-26 Thread Mike Driscoll
://www.ipug.pythonlibrary.org --- Mike Driscoll Blog: http://blog.pythonlibrary.org Python Extension Building Network: http://www.pythonlibrary.org --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Iowa Python Users Group - First Meeting

2008-09-09 Thread Mike Driscoll
and Zope users are welcome. In fact, anyone who is interested in Python (regardless of their experience with it) is welcome to come. Let your Iowan Python friends know. Questions or ideas? Send them to me. Thanks! --- Mike Driscoll email: mike (at) pythonlibrary (dot) org Blog

SqlAlchemy branch status or composite keys?

2008-02-25 Thread Mike Driscoll
Hi, I am doing research on alternative Python Web Frameworks that I can use at my place of work. We use legacy SQL Server and have many databases from various vendors which include composite (multi-column) primary keys of the non-integer variety. Does anyone know how Ticket 373 is coming along