Hi,

i am wondering if the "users" path in get_absolute_url
from the User class is hardcoded?
I mean this line:
return "/users/%s/" % urllib.quote(smart_str(self.username))

I have the problem that all my profiles want to reside
under /profile/username and not /users/username.

Can i subclass this Model and overwrite the function
somehow?
Or is there another way to get my profiles path
without a dirty hack?


Greetings
Sven


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to