Changeset 1321
- Timestamp:
- 12/04/07 08:09:51 (2 years ago)
- Files:
-
- 1 modified
-
trunk/pylucid/PyLucid/urls.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pylucid/PyLucid/urls.py
r1320 r1321 98 98 99 99 100 if getattr(settings, "REDIRECT_OLD_PYLUCID_URL", False) == True:100 if getattr(settings, "REDIRECT_OLD_PYLUCID_URL", False): 101 101 # Redirect old PyLucid (with "index.py") to the new URLs. 102 102 # Only usefull, if you have a old PyLucid page used in the past ;) … … 107 107 108 108 # serve static files 109 if getattr(settings, "SERVE_STATIC_FILES", False) == True:109 if getattr(settings, "SERVE_STATIC_FILES", False): 110 110 # Should only enabled, if the django development server used. 111 111 urls += (