Changes between Version 3 and Version 4 of CookBookUsingExternalMedia
- Timestamp:
- Nov 30, 2009, 9:05:06 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CookBookUsingExternalMedia
v3 v4 23 23 24 24 Then in the settings.py under TEMPLATE_CONTEXT_PROCESSORS, add: 25 26 {{{ 25 27 "django.core.context_processors.media", 28 }}} 26 29 27 30 But if you are still on django 0.96: