Changeset 1121
- Timestamp:
- 11/07/05 08:24:13 (3 years ago)
- Files:
-
- django/trunk/docs/i18n.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/i18n.txt
r1117 r1121 455 455 Activate this view by adding the following line to your URLconf:: 456 456 457 (r'^i18n/', include('django.conf.urls.i18n') ,457 (r'^i18n/', include('django.conf.urls.i18n')), 458 458 459 459 (Note that this example makes the view available at ``/i18n/setlang/``.)
