Re: Admin password field

2006-05-30 Thread stane
to create password open python shell import md5 md5.new('password').hexdigest() copy string into password field Todd O'Bryan wrote: > If you create a user without a password, then go into the Admin > interface to edit the user, it won't let you save unless you enter a > password. >

Many-to-many relationships

2005-09-12 Thread stane
If I have declare explicitly primary keys ex. article_id and publication_id then p1.get_article_list() fails Traceback (most recent call last): File "", line 1, in ? File "C:\Python23\lib\site-packages\django\utils\functional.py", line 3, in _curried return args[0](*(args[1:]+moreargs), **dict(kw