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.
>
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
2 matches
Mail list logo