mousadialo / django-profile

Automatically exported from code.google.com/p/django-profile
BSD 2-Clause "Simplified" License
2 stars 0 forks source link

Missing view for choosing public information #29

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In the latest svn trunk the view and url rule for chossing public data is
missing. 

Original issue reported on code.google.com by artur.s...@gmail.com on 17 Aug 2008 at 3:33

GoogleCodeExporter commented 8 years ago
Artur, do you mean that the /profile/user/ page is missing, right?
I have solved it on the trunk, please, make an update to get the changes.

Thanks for reporting.

Original comment by david.ru...@gmail.com on 17 Aug 2008 at 4:22

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Bug in new code, the new url rule should be:
url(r'^profile/(?P<username>[a-zA-Z0-9\-_]*)/$', public, name='profile_public'),

because other /profile/something gives 404 error.

Original comment by artur.s...@gmail.com on 17 Aug 2008 at 4:43

GoogleCodeExporter commented 8 years ago
Thanks Artur, I have solved it on the repository.

About the public information page, I have decided to remove it because it was a
little confusing to the users. Now you can create your own profile model which
inherits the django-profile model, and you can add your own profile information 
easily.

Maybe I will add again the public information choose, but I have to think an 
easier
way to select the information.

Original comment by david.ru...@gmail.com on 18 Aug 2008 at 7:04

GoogleCodeExporter commented 8 years ago

Original comment by david.ru...@gmail.com on 11 Nov 2008 at 4:23