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
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
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
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
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
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
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
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'
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