Thanks, that is a good resource. So this is what I am going to do : -
-- modify the contrib.auth.models.user to explicitly include id =
models.BigIntegerField(primary_key=True)
-- modify the contrib.auth.models.user.id field in the database using
creecode's method above or via the mysql shell or phpmyadmin or other
tools (still deciding)

I am pretty sure this is going to have zero side-effects. If someone
knows otherwise, would be helpful to have that information.

GBS.

On Jan 9, 9:31 pm, creecode <creec...@gmail.com> wrote:
> Hello GBS,
>
> You might be able to accomplish this with the use of
> signals.post_syncdb.  An adaptation the technique discussed here 
> <http://onebiglibrary.net/story/automatically-create-mysql-fulltext-in...
>
> > to alter your column might do the trick.
>
> On Jan 8, 10:24 pm, G B Smith <greenblanket.sm...@gmail.com> wrote:
>
> > I now realize that primary=True is only one half of the problem. I
> > could not find a way within Django to do something like
> > autoincrement=True to go together with primary=True. At the moment it
> > looks like I would need to go into the database (I'm using MySQL) and
> > set the field to automatically increment.
>
> Toodle-looooooooo..........
> creecode
-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.


Reply via email to