Comment #2 on issue 135 by arockinit: Emails (Password reminders, etc...)  
go out using example.com as the root URL
http://code.google.com/p/django-hotclub/issues/detail?id=135

Intuitive :-)

I figured it out for future users: here is the method (from the  
complete_project/
directory if you're running complete_project and the default sqlite):

$ sqlite3 dev.db
sqlite> UPDATE django_site SET domain = "mydomain.com",name  
= "mydomain.com" WHERE id
= 1;
sqlite> .quit
[On site] Do an action that sends an email (reverify email from accounts  
section)
$ ./manage.py emit_notices





--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

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

Reply via email to