pombreda / django-hotclub

Automatically exported from code.google.com/p/django-hotclub
MIT License
0 stars 0 forks source link

Profiles should be extensible without having to fork the Profiles app #192

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
= What steps will reproduce the problem? =

1. Start a new Pinax project
2. Customer wants more data inserted into the user profile
3. Now you have to fork the profiles application

= What is the expected output? What do you see instead? =

It would be really nice if we could have either admin-defined fields or
perhaps a stock way of extending the pinax profiles application - perhaps
something called profiles-extension which would be just for holding project
specific models and new views. The Pinax profiles application would
introspect this extension and work with it somehow.

= What version of the product are you using? On what operating system? =

Pinax 0.7 trunk on Mac/Linux

Original issue reported on code.google.com by pyDanny on 3 Mar 2009 at 7:19

GoogleCodeExporter commented 9 years ago
Some example fields that would be nice to see addable:

 * first_name (works of django User)
 * last_name  (works of django User)
 * Title
 * Room
 * Phone

Original comment by pyDanny on 3 Mar 2009 at 7:41

GoogleCodeExporter commented 9 years ago
I would like to review BaseProfile at Pycon.

Original comment by pyDanny on 13 Mar 2009 at 4:40

GoogleCodeExporter commented 9 years ago

Original comment by jtau...@gmail.com on 16 Mar 2009 at 3:10

GoogleCodeExporter commented 9 years ago

Original comment by pyDanny on 31 Mar 2009 at 11:20