Changeset 2702
- Timestamp:
- 04/15/06 15:13:44 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/magic-removal/django/core/servers/basehttp.py
r2688 r2702 243 243 # Error handling (also per-subclass or per-instance) 244 244 traceback_limit = None # Print entire traceback to self.get_stderr() 245 error_status = "500 Dude, this is whack!"245 error_status = "500 INTERNAL SERVER ERROR" 246 246 error_headers = [('Content-Type','text/plain')] 247 247
