Changeset 2958
- Timestamp:
- 05/21/06 23:48:44 (2 years ago)
- Files:
-
- django/trunk/docs/add_ons.txt (modified) (1 diff)
- django/trunk/docs/authentication.txt (modified) (2 diffs)
- django/trunk/docs/settings.txt (modified) (1 diff)
- django/trunk/docs/sites.txt (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/add_ons.txt
r2956 r2958 78 78 A light framework that lets you operate multiple Web sites off of the same 79 79 database and Django installation. It gives you hooks for associating objects to 80 one or more sites. This is not yet documented. 80 one or more sites. 81 82 See the `sites documentation`_. 83 84 .. _sites documentation: http://www.djangoproject.com/documentation/sites/ 81 85 82 86 syndication django/trunk/docs/authentication.txt
r2954 r2958 356 356 a query string, too. 357 357 * ``site_name``: The name of the current ``Site``, according to the 358 ``SITE_ID`` setting. 358 ``SITE_ID`` setting. See the `site framework docs`_. 359 359 360 360 Here's a sample ``registration/login.html`` template you can use as a starting … … 383 383 384 384 .. _forms documentation: http://www.djangoproject.com/documentation/forms/ 385 .. _site framework docs: http://www.djangoproject.com/documentation/sites/ 385 386 386 387 Limiting access to logged-in users that pass a test django/trunk/docs/settings.txt
r2932 r2958 620 620 and a single database can manage content for multiple sites. 621 621 622 See the `site framework docs`_. 623 624 .. _site framework docs: http://www.djangoproject.com/documentation/sites/ 625 622 626 TEMPLATE_CONTEXT_PROCESSORS 623 627 ---------------------------
