Django

Code

Show
Ignore:
Timestamp:
07/11/08 13:18:26 (4 months ago)
Author:
jacob
Message:

[djangoproject.com] A few fixes to the contact form

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • djangoproject.com/django_website/settings.py

    r7895 r7898  
    88 
    99SERVER_EMAIL = 'root@pam.servers.ljworld.com' 
    10 MANAGERS = (('Wilson Miner','wminer@ljworld.com'),) 
     10MANAGERS = (('Jacob Kaplan-Moss','jacob@jacobian.org'),) 
    1111 
    1212DATABASE_ENGINE = 'postgresql_psycopg2'