Closed GoogleCodeExporter closed 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
[deleted comment]
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
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
Original comment by david.ru...@gmail.com
on 11 Nov 2008 at 4:23
Original issue reported on code.google.com by
artur.s...@gmail.com
on 17 Aug 2008 at 3:33