Skip to content

Instantly share code, notes, and snippets.

@kracekumar
Created March 8, 2015 11:07
Show Gist options
  • Save kracekumar/20576674de2b620a5adc to your computer and use it in GitHub Desktop.
Save kracekumar/20576674de2b620a5adc to your computer and use it in GitHub Desktop.
console output
bench)➜ bench ./manage.py runserver
Performing system checks...
System check identified no issues (0 silenced).
March 08, 2015 - 10:42:45
Django version 1.7.5, using settings 'bench.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CONTROL-C.
######################## Exception #############################
Traceback (most recent call last):
File "/Users/kracekumar/Envs/bench/lib/python2.7/site-packages/django/core/handlers/base.py", line 111, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/Users/kracekumar/code/bench/metadata/views.py", line 5, in hello
raise
TypeError: exceptions must be old-style classes or derived from BaseException, not NoneType
################################################################
[08/Mar/2015 10:43:42] "GET / HTTP/1.1" 500 64557
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment