and that would just to be too easy!
You could use subdomains for the other parts of the site? would also be an
easy/clean solution.

or just have the other pages above the users in the url conf and register
the other usernames yourself so nobody else can and they wont be viewable
anyway.

Dougal

---
Dougal Matthews - @d0ugal
http://www.dougalmatthews.com/




2009/3/17 Andrew Turner <acturne...@gmail.com>

>
> 2009/3/17 P M <puneetmad...@gmail.com>:
> > why don't you use
> > ABSOLUTE_URL_OVERRIDES = {
> >    'auth.user': lambda o: "/user/%s/" % o.username,
> > }
> >
> > so username will not collide with application name !!!
> > Greetings.
> > Puneet
>
> Because I wanted the user's home page to be of the form
> http://mydomain.com/username !!
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to