Re: Multiple Authentication Backends (updated)

2006-04-11 Thread Joseph Kocherhans
On 4/11/06, Ivan Sagalaev <[EMAIL PROTECTED]> wrote: > > Joseph Kocherhans wrote: > > >The authentication api has been simplified into 5 functions in > >django.contrib.auth.utils > > > >authenticate(request) > >Returns a user if valid credentials were found in the request. > > > >login(request, us

Re: startapp creating urls.py?

2006-04-11 Thread limodou
On 4/11/06, Adrian Holovaty <[EMAIL PROTECTED]> wrote: > > On 4/9/06, James Bennett <[EMAIL PROTECTED]> wrote: > > How would people feel about changing that so that 'manage.py startapp' > > creates a urls.py in the app directory, and maybe generates the > > appropriate include statement in the pro

Re: exception error running syncdb

2006-04-11 Thread Adrian Holovaty
On 4/8/06, Max Battcher <[EMAIL PROTECTED]> wrote: > I've been seeing this at the end of every manage.py command. It does > appear to be non-fatal, but it is something that needs to be debugged. > Sorry I haven't taken the time yet to file a formal report. This was on > my Windows development ma

Re: startapp creating urls.py?

2006-04-11 Thread Adrian Holovaty
On 4/9/06, James Bennett <[EMAIL PROTECTED]> wrote: > How would people feel about changing that so that 'manage.py startapp' > creates a urls.py in the app directory, and maybe generates the > appropriate include statement in the project-wide URLConf? I've gone back and forth on this one. If I re

Re: Improving generic views for searching feature

2006-04-11 Thread Adrian Holovaty
On 4/11/06, lin <[EMAIL PROTECTED]> wrote: > I'm developing a store manager application and I use generic views for > object listing, but I'd like to integrate a search toolbar like admin > site for those listings. > > The problem is I'd like to use generic views without using a middle > custom vi

Re: installperms and/or sqlinitialdata

2006-04-11 Thread Adrian Holovaty
On 4/9/06, Rudolph <[EMAIL PROTECTED]> wrote: > I'm trying to generate the SQL code to insert permissions for a > specific app in Magic Removal. The installperms option has been removed > in Magic Removal (this is not yet mentioned on the M-R wiki page!). And > sqlinitialdata just gives me an empt

Django, Dojo, PIL and Image Upload Problems

2006-04-11 Thread Aidas Bendoraitis
Hello! I am rather new to Python and to Django. I installed Django "with no magic" and Dojo integration on top of it. Then I tried Image handling and I get some errors or unexpected features :) As I experienced, Django imports Image handling classes from PIL, for example >>> from PIL import Image

Improving generic views for searching feature

2006-04-11 Thread lin
Hello, I'm developing a store manager application and I use generic views for object listing, but I'd like to integrate a search toolbar like admin site for those listings. The problem is I'd like to use generic views without using a middle custom view that filters objects with search params. I'

Re: installperms and/or sqlinitialdata

2006-04-11 Thread Rudolph
Yes, I use syncdb all the time, but it would be nice if you could also let it generate the SQL without executing it. Rudolph --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to thi