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-index-with-django-syncdb
> 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