Re: 'module' object has no attribute 'Manipulator'

2012-07-19 Thread JDaniel
You may autopopulate created_by field via admin interface following this guideline: http://stackoverflow.com/questions/3986963/prepopulate-an-admin-field-from-logged-in-user Hope it helps! El viernes, 24 de junio de 2011 22:00:28 UTC+2, django_cd escribió: > > Hey, > > I am very new to Django

Additional data to user and User admin breaks.

2011-04-20 Thread JDaniel
Hello, I'm new to Django and wonder how to solve this problem. I am trying to add some additional data to the User standard model. I follow the instructions here: http://digitaldreamer.net/blog/2010/12/8/custom-user-profile-and-extend-user-admin-django/ That I believe they're pretty the same as