This might not be a package but django allows to extend the User object via 
a one to one relationship. Once extended, you can add as many fields as you 
like. It will be better though if this will happen at the start of the 
project. Using this method at the middle of the project might cause a lot 
of refactoring.

https://docs.djangoproject.com/en/2.1/topics/auth/customizing/#extending-the-existing-user-model

On Thursday, February 14, 2019 at 7:54:43 AM UTC+8, Charles Thayer wrote:
>
> I'm aware of django-taggit (and similar) but I'm wondering if there's a 
> package for tagging Users with properties that have values of different 
> types, such as strings, ints, datetimes, etc.  For example, one might tag a 
> user with "power-user", add a property for "last-visited-on" as 
> datetime(2019, 02, 13), or add a property for "favorite-color" with the 
> value "purple". These would be open-ended property/tag names where 
> admin-users may be creating these ad-hoc.
>
> Thanks,
> /charles
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/e1e72a68-3072-4087-b9a5-b6ed1ad6abb3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to