I've actually seen that error as well with the M-R branch. It used to
show up every once in a while, maybe one out of 10 or 15 times when I
was creating a new post in my blog model. Whatever it was, it seems to
have been fixed as of a week or two ago, so I never really bothered to
report it.
-Jus
The 's' in Users was a typo.
The problem seems to have solved itself... I tried the exact same
procedure again on an updated version of M-R (while typing the message
a new revision became available).
Thanks!
Rudolph
--~--~-~--~~~---~--~~
You received this messa
On 4/11/06, Rudolph <[EMAIL PROTECTED]> wrote:
> I tried in M-R, in Python shell:
>
> from django.contrib.auth.models import User
> Users.objects.create_user('joe', '[EMAIL PROTECTED]', 'secret')
Other than the fact that you're using "Users" instead of "User" on the
second line, that should work.
Hi,
I tried in M-R, in Python shell:
from django.contrib.auth.models import User
Users.objects.create_user('joe', '[EMAIL PROTECTED]', 'secret')
it raises:
Traceback (most recent call last):
File "", line 1, in ?
File
"/usr/lib/python2.3/site-packages/django/contrib/auth/models.py", line
4
4 matches
Mail list logo