Really, really impressed...
... up until I built a child table for the built-in auth_user.
class Stuff(models.Model):
username = models.ForeignKey(User, blank=False)
....
Anyone familiar with Django? Long shot I know.
Just want to default field value to current user and hide, damnit. I'm sure this is a common, basic ...pattern really, and I'm amazed it is so hard in Django. Promise I won't harass you with every little problem I come across in future, the code.google forums only go down a rabbit-hole of debating.
PM me.
Maybe this will help? stackoverflow.com/questions/755857/default-value-for-field-in-django-model
If not then asking on stackoverflow will usually net you a decent response.