CodeCatz / TrackCat

A tool for tracking the progress of the kittens (and cat{s,z}) in our CodeCatz meetup group
MIT License
5 stars 14 forks source link

Improvements to admin interface #181

Closed anuschka closed 9 years ago

anuschka commented 9 years ago

Addressing enhancements in #145. Removed projects and added picture to UserProfile. Added project - UserProfile relationship.

anuschka commented 9 years ago

I need some guideliness (pleeease) how to add UserProfile - user relationship.

mojcas commented 9 years ago

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

anuschka commented 9 years ago

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

ialja commented 9 years ago

@anuschka Can you please sync your fork with upstream?

anuschka commented 9 years ago

@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.

anuschka commented 9 years ago

I will close this one and create a new PR.

goranche commented 9 years ago

I will close this one and create a new PR

@anuschka Why??

anuschka commented 9 years ago

@goranche It was not clean with all the files I adopted synching :smile:

goranche commented 9 years ago

@anuschka we've discussed this and would like you to fix this PR... I've reopened it an will be closing #185

ialja commented 9 years ago

Nice job! :+1: Would also be nice to get the __unicode__ method for Task and Event model (it would make a nice small PR ;) )

anuschka commented 9 years ago

Will do :hand: