Changeset 4399
- Timestamp:
- 01/22/07 20:30:55 (2 years ago)
- Files:
-
- django/trunk/docs/settings.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/settings.txt
r4280 r4399 558 558 Example: ``"http://media.lawrence.com"`` 559 559 560 Note that this should have a trailing slash if it has a path component. 561 562 Good: ``"http://www.example.com/static/"`` 563 Bad: ``"http://www.example.com/static"`` 564 560 565 MIDDLEWARE_CLASSES 561 566 ------------------
