Closed anuschka closed 9 years ago
I need some guideliness (pleeease) how to add UserProfile - user relationship.
Maybe something like here, under customizing user?https://docs.djangoproject.com/en/dev/topics/auth/#storing-additional-information-about-users In templates it is for example used as userprofile.user.first_name
Thanks @mojcas. I am trying to work it out using http://stackoverflow.com/questions/9879687/adding-a-manytomanywidget-to-the-reverse-of-a-manytomanyfield-in-the-django-admi
@anuschka Can you please sync your fork with upstream?
@ialja Will do but first have to resolve :
CONFLICT (content): Merge conflict in api/models.py Auto-merging api/admin.py CONFLICT (content): Merge conflict in api/admin.py Automatic merge failed; fix conflicts and then commit the result.
I will close this one and create a new PR.
I will close this one and create a new PR
@anuschka Why??
@goranche It was not clean with all the files I adopted synching :smile:
@anuschka we've discussed this and would like you to fix this PR... I've reopened it an will be closing #185
Nice job! :+1: Would also be nice to get the __unicode__
method for Task and Event model (it would make a nice small PR ;) )
Will do :hand:
Addressing enhancements in #145. Removed projects and added picture to UserProfile. Added project - UserProfile relationship.