Changeset 133
- Timestamp:
- 07/16/05 21:46:04 (3 years ago)
- Files:
-
- django/trunk/docs/faq.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/faq.txt
r132 r133 220 220 things: 221 221 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'``. 223 225 * Some browsers (Firefox?) don't like to accept cookies from domains that don't 224 226 have dots in them. If you're running the admin site on "localhost" or another
