Comments on: Using Configurable User Models in Django 1.5 http://procrastinatingdev.com/django/using-configurable-user-models-in-django-1-5/ Random Musings about Coding, Food and Beer Fri, 31 Aug 2018 12:20:00 +0000 hourly 1 https://wordpress.org/?v=4.3.19 By: John k http://procrastinatingdev.com/django/using-configurable-user-models-in-django-1-5/#comment-576 Thu, 12 Jun 2014 10:32:00 +0000 http://procrastinatingdev.com/?p=976#comment-576 Python Django Extending the existing User model with custom fields

]]>
By: Gregory Goltsov http://procrastinatingdev.com/django/using-configurable-user-models-in-django-1-5/#comment-574 Tue, 21 Jan 2014 16:28:00 +0000 http://procrastinatingdev.com/?p=976#comment-574 I found this article to be very useful in that respect: http://www.caktusgroup.com/blog/2013/08/07/migrating-custom-user-model-django/

]]>
By: Antonio http://procrastinatingdev.com/django/using-configurable-user-models-in-django-1-5/#comment-570 Sun, 03 Nov 2013 15:28:00 +0000 http://procrastinatingdev.com/?p=976#comment-570 Thanks, it is very helpful and descriptive. I have a problem with the foreign keys. In my case I have to create two kind of users: Customers and Servicer Providers. How in this case can I pass a foreign key or a m2m key to a Service??

]]>
By: C Razvan http://procrastinatingdev.com/django/using-configurable-user-models-in-django-1-5/#comment-568 Thu, 19 Sep 2013 09:27:00 +0000 http://procrastinatingdev.com/?p=976#comment-568 https://docs.djangoproject.com/en/1.5/topics/auth/customizing/#a-full-example

There’s a section for the admin.py ^here^, if you scroll lower. But I recommend you read the whole section.

]]>
By: Maurizio Mariani http://procrastinatingdev.com/django/using-configurable-user-models-in-django-1-5/#comment-567 Thu, 29 Aug 2013 10:12:00 +0000 http://procrastinatingdev.com/?p=976#comment-567 My admin doesn’t work with mi custom user model, fails to authenticate te user I create when run syncdb.

model.py https://github.com/ilGuccio/spark/blob/master/sparkdb/models.py

admin.py https://github.com/ilGuccio/spark/blob/master/sparkdb/admin.py

Where is the problem? :(

]]>
By: Klemen Šavli http://procrastinatingdev.com/django/using-configurable-user-models-in-django-1-5/#comment-566 Mon, 22 Jul 2013 15:15:00 +0000 http://procrastinatingdev.com/?p=976#comment-566 Same question here. Any ideas how this works out?

]]>
By: Jeremy Karnowski http://procrastinatingdev.com/django/using-configurable-user-models-in-django-1-5/#comment-565 Wed, 10 Jul 2013 20:45:00 +0000 http://procrastinatingdev.com/?p=976#comment-565 How do you display the new users on the generic admin page?

]]>
By: Ben Roberts http://procrastinatingdev.com/django/using-configurable-user-models-in-django-1-5/#comment-558 Fri, 15 Feb 2013 21:53:00 +0000 http://procrastinatingdev.com/?p=976#comment-558 Nice post. But I was hoping you’d be showing me how to migrate my existing table of auth.Users into a table for my User model!

]]>
By: Anderson http://procrastinatingdev.com/django/using-configurable-user-models-in-django-1-5/#comment-557 Tue, 12 Feb 2013 17:13:00 +0000 http://procrastinatingdev.com/?p=976#comment-557 Hi man I add permission to this Class?

has_perm always returning true everyone has access.

]]>
By: scottwillman http://procrastinatingdev.com/django/using-configurable-user-models-in-django-1-5/#comment-556 Fri, 08 Feb 2013 22:37:00 +0000 http://procrastinatingdev.com/?p=976#comment-556 Nevermind! duh, this happens in the form validation…

]]>