I have a django app that is hosted in google app engine. I would like to
have usernames in subdomains to show a personal page for a user in my app.

Like this: *username*.*example.com*

I know how to get the username from the url and work on it on my app but i
don't know how to setup the cnames on godaddy for it.

Right now the cnames are:
*Host* -> *Points to*
www -> ghs.google.com #it redirects to the app on appengine
mail -> ghs.google.com #it redirects to the mail service for my domain

I want that every subdomain goes to CNAME *www* and keep the CNAME for mail.

I have tried: *Host* -> *Points to*
www -> ghs.google.com
mail -> ghs.google.com
* -> www
but godaddy does not allow me to save HOST with * it tells me that it is not
a valid host.

Is there someway to do it? anyone has done something similar?
Thanks,
Jose Maria

-- 
Jose Maria Zambrana
Web Developer/Designer

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to