Changes between Version 2 and Version 3 of MultiHostMiddleware
- Timestamp:
- Jul 6, 2011, 9:20:52 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MultiHostMiddleware
v2 v3 7 7 # A simple middleware component that lets you use a single Django 8 8 # instance to server multiple distinct hosts. 9 # 6th July 2011: IMPORTANT!! Make sure this is the FIRST entry in your MIDDLEWARE_CLASSES 10 # - Cal 9 11 ## 10 12