Hello,


I have installed nitrate as per the document from github.

I have raised the issue in github as well.

When trying to access the application it is not displaying any static contents like images and css and so on

some error output which resemble one of the earlier threads as well, but I could not get much from that thread which is http://web.archiveorange.com/archive/v/sTgP1CH8vvOhhaMAuUE2.

[smita@localhost Nitrate]$ django-admin runserver --settings=tcms.settings.product
Validating models...

0 errors found
June 11, 2014 - 00:43:02
Django version 1.5.5, using settings 'tcms.settings.product'
Development server is running at http://127.0.0.1:8000/
Quit the server with CONTROL-C.
[11/Jun/2014 00:43:14] "GET / HTTP/1.1" 302 0
[11/Jun/2014 00:43:14] "GET /accounts/login/ HTTP/1.1" 200 6501
[11/Jun/2014 00:43:14] "GET /static/style/base.css HTTP/1.1" 404 5540
[11/Jun/2014 00:43:14] "GET /static/style/print.css HTTP/1.1" 404 5542
[11/Jun/2014 00:43:14] "GET /static/js/lib/jquery-1.5.1.min.js HTTP/1.1" 404 5564
[11/Jun/2014 00:43:14] "GET /static/js/lib/livepipe/lib/scriptaculous.js HTTP/1.1" 404 5584
[11/Jun/2014 00:43:14] "GET /static/js/lib/livepipe/lib/prototype.js HTTP/1.1" 404 5576
[11/Jun/2014 00:43:14] "GET /static/js/lib/livepipe/src/livepipe.js HTTP/1.1" 404 5574
[11/Jun/2014 00:43:15] "GET /static/js/lib/jquery.shiftcheckbox.js HTTP/1.1" 404 5572
[11/Jun/2014 00:43:15] "GET /static/js/footer_at_the_end.js HTTP/1.1" 404 5558
[11/Jun/2014 00:43:15] "GET /static/js/tcms_actions.js HTTP/1.1" 404 5548
[11/Jun/2014 00:43:15] "GET /static/js/index.js HTTP/1.1" 404 5534
[11/Jun/2014 00:43:15] "GET /static/js/lib/livepipe/lib/scriptaculous.js HTTP/1.1" 404 5584
[11/Jun/2014 00:43:15] "GET /static/images/logo_shipshape_1.png HTTP/1.1" 404 5566
[11/Jun/2014 00:43:15] "GET /static/js/lib/livepipe/src/livepipe.js HTTP/1.1" 404 5574
[11/Jun/2014 00:43:15] "GET /static/js/lib/jquery.shiftcheckbox.js HTTP/1.1" 404 5572
[11/Jun/2014 00:43:15] "GET /static/js/tcms_actions.js HTTP/1.1" 404 5548
[11/Jun/2014 00:43:15] "GET /static/js/index.js HTTP/1.1" 404 5534
[11/Jun/2014 00:43:15] "GET /static/js/footer_at_the_end.js HTTP/1.1" 404 5558
[11/Jun/2014 00:43:15] "GET /static/images/logo_shipshape_1.png HTTP/1.1" 404 5566
[11/Jun/2014 00:43:18] "GET / HTTP/1.1" 302 0
[11/Jun/2014 00:43:18] "GET / HTTP/1.1" 302 0
[11/Jun/2014 00:43:18] "GET /accounts/login/ HTTP/1.1" 200 6501
[11/Jun/2014 00:43:18] "GET /static/style/base.css HTTP/1.1" 404 5540
[11/Jun/2014 00:43:18] "GET /static/style/print.css HTTP/1.1" 404 5542
[11/Jun/2014 00:43:18] "GET /static/js/lib/jquery-1.5.1.min.js HTTP/1.1" 404 5564
[11/Jun/2014 00:43:18] "GET /static/js/lib/livepipe/lib/prototype.js HTTP/1.1" 404 5576
[11/Jun/2014 00:43:18] "GET /static/js/lib/livepipe/lib/scriptaculous.js HTTP/1.1" 404 5584
[11/Jun/2014 00:43:18] "GET /static/js/lib/livepipe/src/livepipe.js HTTP/1.1" 404 5574
[11/Jun/2014 00:43:19] "GET /static/js/index.js HTTP/1.1" 404 5534
[11/Jun/2014 00:43:19] "GET /static/js/tcms_actions.js HTTP/1.1" 404 5548
[11/Jun/2014 00:43:19] "GET /static/js/lib/jquery.shiftcheckbox.js HTTP/1.1" 404 5572
[11/Jun/2014 00:43:19] "GET /static/js/footer_at_the_end.js HTTP/1.1" 404 5558
[11/Jun/2014 00:43:19] "GET /static/images/logo_shipshape_1.png HTTP/1.1" 404 5566
[11/Jun/2014 00:43:19] "GET /static/js/lib/jquery-1.5.1.min.js HTTP/1.1" 404 5564
[11/Jun/2014 00:43:19] "GET /static/js/lib/livepipe/lib/prototype.js HTTP/1.1" 404 5576
[11/Jun/2014 00:43:19] "GET /static/js/lib/livepipe/lib/scriptaculous.js HTTP/1.1" 404 5584
[11/Jun/2014 00:43:19] "GET /static/js/lib/livepipe/src/livepipe.js HTTP/1.1" 404 5574
[11/Jun/2014 00:43:19] "GET /static/js/lib/jquery.shiftcheckbox.js HTTP/1.1" 404 5572
[11/Jun/2014 00:43:19] "GET /static/js/tcms_actions.js HTTP/1.1" 404 5548
[11/Jun/2014 00:43:19] "GET /static/js/index.js HTTP/1.1" 404 5534
[11/Jun/2014 00:43:19] "GET /static/js/footer_at_the_end.js HTTP/1.1" 404 5558
[11/Jun/2014 00:43:19] "GET /static/images/logo_shipshape_1.png HTTP/1.1" 404 5566
[11/Jun/2014 00:43:22] "GET /plans/ HTTP/1.1" 200 10376
Traceback (most recent call last):
  File "/usr/lib64/python2.7/wsgiref/handlers.py", line 86, in run
    self.finish_response()
  File "/usr/lib64/python2.7/wsgiref/handlers.py", line 128, in finish_response
    self.write(data)
  File "/usr/lib64/python2.7/wsgiref/handlers.py", line 212, in write
    self.send_headers()
  File "/usr/lib64/python2.7/wsgiref/handlers.py", line 270, in send_headers
    self.send_preamble()
  File "/usr/lib64/python2.7/wsgiref/handlers.py", line 194, in send_preamble
    'Date: %s\r\n' % format_date_time(time.time())
  File "/usr/lib64/python2.7/socket.py", line 324, in write
    self.flush()
  File "/usr/lib64/python2.7/socket.py", line 303, in flush
    self._sock.sendall(view[write_offset:write_offset+buffer_size])
error: [Errno 32] Broken pipe
[11/Jun/2014 00:43:22] "GET /plans/ HTTP/1.1" 500 59
----------------------------------------
Exception happened during processing of request from ('127.0.0.1', 56182)
Traceback (most recent call last):
  File "/usr/lib64/python2.7/SocketServer.py", line 593, in process_request_thread
[11/Jun/2014 00:43:22] "GET /plans/ HTTP/1.1" 200 10376
    self.finish_request(request, client_address)
  File "/usr/lib64/python2.7/SocketServer.py", line 334, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "/usr/lib/python2.7/site-packages/Django-1.5.5-py2.7.egg/django/core/servers/basehttp.py", line 143, in __init__
    super(WSGIRequestHandler, self).__init__(*args, **kwargs)
  File "/usr/lib64/python2.7/SocketServer.py", line 651, in __init__
    self.finish()
  File "/usr/lib64/python2.7/SocketServer.py", line 710, in finish
    self.wfile.close()
  File "/usr/lib64/python2.7/socket.py", line 279, in close
    self.flush()
  File "/usr/lib64/python2.7/socket.py", line 303, in flush
    self._sock.sendall(view[write_offset:write_offset+buffer_size])
error: [Errno 32] Broken pipe
----------------------------------------
[11/Jun/2014 00:43:22] "GET /static/style/dataTables/jquery.dataTables.css HTTP/1.1" 404 5588
[11/Jun/2014 00:43:22] "GET /static/style/dataTables/jquery.dataTables_themeroller.css HTTP/1.1" 404 5612
[11/Jun/2014 00:43:22] "GET /static/style/base.css HTTP/1.1" 404 5540
[11/Jun/2014 00:43:22] "GET /static/style/print.css HTTP/1.1" 404 5542
[11/Jun/2014 00:43:22] "GET /static/js/lib/jquery-1.5.1.min.js HTTP/1.1" 404 5564
[11/Jun/2014 00:43:22] "GET /static/js/lib/livepipe/lib/prototype.js HTTP/1.1" 404 5576
[11/Jun/2014 00:43:22] "GET /static/js/lib/livepipe/lib/scriptaculous.js HTTP/1.1" 404 5584
[11/Jun/2014 00:43:23] "GET /static/js/lib/livepipe/src/livepipe.js HTTP/1.1" 404 5574
[11/Jun/2014 00:43:23] "GET /static/js/lib/jquery.shiftcheckbox.js HTTP/1.1" 404 5572
[11/Jun/2014 00:43:23] "GET /static/js/lib/tablekit/fastinit.js HTTP/1.1" 404 5566
[11/Jun/2014 00:43:23] "GET /static/js/tcms_actions.js HTTP/1.1" 404 5548
[11/Jun/2014 00:43:23] "GET /static/js/lib/tablekit/tablekit.js HTTP/1.1" 404 5566
[11/Jun/2014 00:43:23] "GET /static/js/lib/jquery.dataTables.js HTTP/1.1" 404 5566
[11/Jun/2014 00:43:23] "GET /static/js/testplan_actions.js HTTP/1.1" 404 5556
[11/Jun/2014 00:43:23] "GET /jsi18n/ HTTP/1.1" 200 5169
[11/Jun/2014 00:43:23] "GET /static/js/lib/jquery.shiftcheckbox.js HTTP/1.1" 404 5572
[11/Jun/2014 00:43:23] "GET /static/images/logo_shipshape_1.png HTTP/1.1" 404 5566
[11/Jun/2014 00:43:23] "GET /static/js/tcms_actions.js HTTP/1.1" 404 5548
[11/Jun/2014 00:43:23] "GET /static/js/lib/tablekit/fastinit.js HTTP/1.1" 404 5566
[11/Jun/2014 00:43:23] "GET /static/js/lib/tablekit/tablekit.js HTTP/1.1" 404 5566
[11/Jun/2014 00:43:23] "GET /static/js/lib/jquery.dataTables.js HTTP/1.1" 404 5566
[11/Jun/2014 00:43:23] "GET /static/js/testplan_actions.js HTTP/1.1" 404 5556
[11/Jun/2014 00:43:23] "GET /static/images/logo_shipshape_1.png HTTP/1.1" 404 5566

Help me to resolve this issue.