I am building my first Django app and trying to incorporate django-
registration.  Whenever a link gets clicked that calls for sending
mail to a user, the page loads continually with no timeout.  No errors
are generated and no URL info appears in STDOUT or STDERR when running
on the dev server.  This happens whether running on Apache2 w/Mod Perl
or the dev server.  With no errors being returned I am having a hell
of a time debugging it.  Has anyone else had this experience and
solved it?

Everything else appears to be functioning correctly, and both the user
registration function and password reset function do what they're
supposed to (i.e. create a new inactive user or reset the user's
password.)

I am using the latest SVN version of Django.
Latest release Mod Python, 3.3.1.
Python 2.5.1.
Apache 2 Mac OSX Fink Port, 2.0.59.
Running on a MacBook Pro behind a Netgear router and Comcast cable
modem using NAT with port forwarding of Port 80 to the MacBook.

django-registration version 1.8 from SVN.

Trying to use GMail as my SMTP server.  Settings:

ACCOUNT_ACTIVATION_DAYS=7
EMAIL_TLS = True
EMAIL_HOST = 'smtp.gmail.com'
EMAIL_HOST_PASSWORD = "Carbon8'd"
EMAIL_HOST_USER = '[EMAIL PROTECTED]'
EMAIL_PORT = 465

Mod Python Info

General information
Apache version  Apache/2.0.59 (Unix) mod_python/3.3.1 Python/2.5.1
Apache threaded MPM     No (single thread MPM)
Apache forked MPM       Yes, maximum 256 processes
Apache server root      /sw/etc/apache2
Apache document root    /Library/WebServer/Documents
Apache error log        /sw/var/log/apache2/error.log (view last 100 lines)
Python sys.version      2.5.1 (r251:54863, Apr 16 2008, 11:36:16) [GCC
4.0.1 (Apple Inc. build 5465)]
Python sys.path

/sw/lib/python25.zip
/sw/lib/python2.5
/sw/lib/python2.5/plat-darwin
/sw/lib/python2.5/plat-mac
/sw/lib/python2.5/plat-mac/lib-scriptpackages
/sw/lib/python2.5/lib-tk
/sw/lib/python2.5/lib-dynload
/sw/lib/python2.5/site-packages

Python interpreter name Macintosh-21.local
mod_python.publisher available  Yes
mod_python.psp available        Yes
Request input headers
Key     Value
Host    localhost
User-Agent      Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:
1.9b5) Gecko/2008032619 Firefox/3.0b5
Accept  text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language en-us,en;q=0.5
Accept-Encoding gzip,deflate
Accept-Charset  ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive      300
Connection      keep-alive
Cookie  sessionid=4cbcd5dd08292aa8694a60d6de17f8df
Request environment
Key     Value
GATEWAY_INTERFACE       CGI/1.1
SERVER_PROTOCOL HTTP/1.1
REQUEST_METHOD  GET
QUERY_STRING
REQUEST_URI     /mpinfo
SCRIPT_NAME     /mpinfo
HTTP_HOST       localhost
HTTP_USER_AGENT Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US;
rv:1.9b5) Gecko/2008032619 Firefox/3.0b5
HTTP_ACCEPT     text/html,application/xhtml+xml,application/xml;q=0.9,*/
*;q=0.8
HTTP_ACCEPT_LANGUAGE    en-us,en;q=0.5
HTTP_ACCEPT_ENCODING    gzip,deflate
HTTP_ACCEPT_CHARSET     ISO-8859-1,utf-8;q=0.7,*;q=0.7
HTTP_KEEP_ALIVE 300
HTTP_CONNECTION keep-alive
HTTP_COOKIE     sessionid=4cbcd5dd08292aa8694a60d6de17f8df
PATH    /bin:/sbin:/usr/bin:/usr/sbin:/usr/libexec:/System/Library/
CoreServices
SERVER_SIGNATURE
Apache/2.0.59 (Unix) mod_python/3.3.1 Python/2.5.1 Server at localhost
Port 80
SERVER_SOFTWARE Apache/2.0.59 (Unix) mod_python/3.3.1 Python/2.5.1
SERVER_NAME     localhost
SERVER_ADDR     ::1
SERVER_PORT     80
REMOTE_ADDR     ::1
DOCUMENT_ROOT   /Library/WebServer/Documents
SERVER_ADMIN    [EMAIL PROTECTED]
SCRIPT_FILENAME /Library/WebServer/Documents/mpinfo
REMOTE_PORT     61059
Request configuration
Key     Value
Request options
Key     Value
Request notes
Key     Value
python_init_ran 1
Server configuration
Key     Value
Server options
Key     Value
Server configuration tree

LockFile /sw/var/lock/apache2/accept.lock
PidFile /sw/var/run/apache2/apache2.pid
Timeout 300
KeepAlive On
MaxKeepAliveRequests 100
KeepAliveTimeout 15
StartServers 5
MinSpareServers 5
MaxSpareServers 10
MaxClients 20
MaxRequestsPerChild 0
User www
Group www
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i
\"" combined
LogFormat "%h %l %u %t \"%r\" %>s %b" common
LogFormat "%{Referer}i -> %U" referer
LogFormat "%{User-agent}i" agent
ErrorLog /sw/var/log/apache2/error.log
Listen 80
AddDefaultCharset UTF-8
Alias /icons/ "/sw/share/apache2/icons/"

    Options Indexes MultiViews
    AllowOverride None
    Order allow,deny
    Allow from all
DirectoryIndex index.html index.cgi index.pl index.php index.xhtml
AccessFileName .htaccess

    Order allow,deny
    Deny from all
UseCanonicalName Off
TypesConfig /sw/etc/apache2/mime.types
DefaultType text/plain
HostnameLookups Off
IndexOptions FancyIndexing VersionSort
AddIconByEncoding (CMP,/icons/compressed.gif) x-compress x-gzip
AddIconByType (TXT,/icons/text.gif) text/*
AddIconByType (IMG,/icons/image2.gif) image/*
AddIconByType (SND,/icons/sound2.gif) audio/*
AddIconByType (VID,/icons/movie.gif) video/*
AddIcon /icons/binary.gif .bin .exe
AddIcon /icons/binhex.gif .hqx
AddIcon /icons/tar.gif .tar
AddIcon /icons/world2.gif .wrl .wrl.gz .vrml .vrm .iv
AddIcon /icons/compressed.gif .Z .z .tgz .gz .zip
AddIcon /icons/a.gif .ps .ai .eps
AddIcon /icons/layout.gif .html .shtml .htm .pdf
AddIcon /icons/text.gif .txt
AddIcon /icons/c.gif .c
AddIcon /icons/p.gif .pl .py
AddIcon /icons/f.gif .for
AddIcon /icons/dvi.gif .dvi
AddIcon /icons/uuencoded.gif .uu
AddIcon /icons/script.gif .conf .sh .shar .csh .ksh .tcl
AddIcon /icons/tex.gif .tex
AddIcon /icons/bomb.gif core
AddIcon /icons/back.gif ..
AddIcon /icons/hand.right.gif README
AddIcon /icons/folder.gif ^^DIRECTORY^^
AddIcon /icons/blank.gif ^^BLANKICON^^
DefaultIcon /icons/unknown.gif
ReadmeName README.html
HeaderName HEADER.html
IndexIgnore .??* *~ *# HEADER* RCS CVS *,t
AddEncoding x-compress Z
AddEncoding x-gzip gz tgz
AddLanguage da .dk
AddLanguage nl .nl
AddLanguage en .en
AddLanguage et .et
AddLanguage fr .fr
AddLanguage de .de
AddLanguage el .el
AddLanguage it .it
AddLanguage ja .ja
AddLanguage pl .po
AddLanguage ko .ko
AddLanguage pt .pt
AddLanguage no .no
AddLanguage pt-br .pt-br
AddLanguage ltz .ltz
AddLanguage ca .ca
AddLanguage es .es
AddLanguage sv .se
AddLanguage cz .cz
AddLanguage ru .ru
AddLanguage tw .tw
AddLanguage zh-tw .tw
LanguagePriority en da nl et fr de el it ja ko no pl pt pt-br ltz ca
es sv tw
AddCharset ISO-8859-1  .iso8859-1  .latin1
AddCharset ISO-8859-2  .iso8859-2  .latin2 .cen
AddCharset ISO-8859-3  .iso8859-3  .latin3
AddCharset ISO-8859-4  .iso8859-4  .latin4
AddCharset ISO-8859-5  .iso8859-5  .latin5 .cyr .iso-ru
AddCharset ISO-8859-6  .iso8859-6  .latin6 .arb
AddCharset ISO-8859-7  .iso8859-7  .latin7 .grk
AddCharset ISO-8859-8  .iso8859-8  .latin8 .heb
AddCharset ISO-8859-9  .iso8859-9  .latin9 .trk
AddCharset ISO-2022-JP .iso2022-jp .jis
AddCharset ISO-2022-KR .iso2022-kr .kis
AddCharset ISO-2022-CN .iso2022-cn .cis
AddCharset Big5        .Big5       .big5
AddCharset WINDOWS-1251 .cp-1251   .win-1251
AddCharset CP866       .cp866
AddCharset KOI8-r      .koi8-r .koi8-ru
AddCharset KOI8-ru     .koi8-uk .ua
AddCharset ISO-10646-UCS-2 .ucs2
AddCharset ISO-10646-UCS-4 .ucs4
AddCharset UTF-8       .utf8
AddCharset GB2312      .gb2312 .gb
AddCharset utf-7       .utf7
AddCharset utf-8       .utf8
AddCharset big5        .big5 .b5
AddCharset EUC-TW      .euc-tw
AddCharset EUC-JP      .euc-jp
AddCharset EUC-KR      .euc-kr
AddCharset shift_jis   .sjis
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
AddType application/x-tar .tgz
AddHandler cgi-script .cgi

    SetOutputFilter INCLUDES
BrowserMatch "Mozilla/2" nokeepalive
BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-
response-1.0
BrowserMatch "RealPlayer 4\.0" force-response-1.0
BrowserMatch "Java/1\.0" force-response-1.0
BrowserMatch "JDK/1\.0" force-response-1.0
BrowserMatch "Microsoft Data Access Internet Publishing Provider"
redirect-carefully
BrowserMatch "^WebDrive" redirect-carefully
BrowserMatch "^gnome-vfs" redirect-carefully
BrowserMatch "^WebDAVFS/1.[012]" redirect-carefully
NameVirtualHost *

    ServerAdmin [EMAIL PROTECTED]
    DocumentRoot /Library/WebServer/Documents

        Options FollowSymLinks
        AllowOverride None

        SetHandler mod_python
        PythonHandler mod_python.testhandler

        Options Indexes FollowSymLinks MultiViews
        AllowOverride None
        Order allow,deny
        allow from all
        RedirectMatch ^/$ /apache2-default/

        Options Indexes FollowSymLinks MultiViews
        AllowOverride FileInfo

        SetHandler python-program
        PythonHandler django.core.handlers.modpython
        SetEnv DJANGO_SETTINGS_MODULE visionary.settings
        PythonDebug On
        PythonPath "['/Users/27298', '/sw/lib/python2.5/site-packages/
django'] + sys.path"

        SetHandler None
    ScriptAlias /cgi-bin/ /Library/WebServer/CGI-Executables

        AllowOverride None
        Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
        Order allow,deny
        Allow from all
    ErrorLog /sw/var/log/apache2/error.log
    LogLevel warn
    CustomLog /sw/var/log/apache2/access.log combined
    ServerSignature On
    Alias /doc/ "/sw/share/doc/"

        Options Indexes MultiViews FollowSymLinks
        AllowOverride None
        Order deny,allow
        Deny from all
        Allow from 127.0.0.0/255.0.0.0 ::1/128
--~--~---------~--~----~------------~-------~--~----~
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