On 8/2/06, Ian Holsman <[EMAIL PROTECTED]> wrote: > 4 steps. > > 1. copy the settings.py to new-settings.py > 2. add a site_id via the admin tool > 3. configure new-settings.py, changing the cookie name, SITE_ID, and > SECRET_KEY as above > 4. clone your httpd.conf with so that it uses new-settings.py on your host.
Perfect. These steps (and the SESSION_COOKIE_NAME) are exactly what I've been looking for. Thanks Ian. Jay P. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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/django-users -~----------~----~----~----~------~----~------~--~---

