My app needs to create a public url for its objects in order to send
that out via email.  My code does this by prefixing site.domain to the
relative portion of the url.  When working in my development
environment (using runserver), the machine I am running the server on
frequently changes.   I was thinking of putting some code into
admin.py that figures out the ip address and the port on the fly and
creates a Site object from that.  I can get from ip address via
socket.gethostbyname(), but I'm not sure how to identify the port I am
running on.  Is there any way to get that information from the
development server?

Is there some typical way that folks handle this?

Margie

--~--~---------~--~----~------------~-------~--~----~
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