Greetings, Let's say I know that the number of users of my app is going to be very really really high. And let's also say I want to use the contrib.auth as it is so convenient.
Is it okay if I simply change the code of django.contrib.auth.user to explicitly include an BigIntegerField called id and manually set it to be an auto-incrementing primary key? Will this have any side effects that I am not aware of? GBS.
-- 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.