NSW
9207 posts
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.