Django

Code

Changeset 133

Show
Ignore:
Timestamp:
07/16/05 21:46:04 (3 years ago)
Author:
adrian
Message:

Added an example to one of the FAQ answers from [132]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/faq.txt

    r132 r133  
    220220things: 
    221221 
    222 * Set the ``REGISTRATION_COOKIE_DOMAIN`` setting to match your domain. 
     222* Set the ``REGISTRATION_COOKIE_DOMAIN`` setting to match your domain. For 
     223  example, if you're going to "http://www.mysite.com/admin/" in your browser, 
     224  set ``REGISTRATION_COOKIE_DOMAIN = 'www.mysite.com'``. 
    223225* Some browsers (Firefox?) don't like to accept cookies from domains that don't 
    224226  have dots in them. If you're running the admin site on "localhost" or another