Changes between Version 4 and Version 5 of SplitSettings
- Timestamp:
- Aug 15, 2007, 3:07:57 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SplitSettings
v4 v5 185 185 }}} 186 186 187 {{{# urls.py 187 {{{ 188 # urls.py 188 189 import settings 189 190 (r'^static/(?P<path>.*)$', 'django.views.static.serve', {'document_root': settings.BASE_DIR+'/core/static/', 'show_indexes': True}),