Changes between Initial Version and Version 1 of Ticket #28122


Ignore:
Timestamp:
Apr 25, 2017, 2:41:39 AM (7 years ago)
Author:
Natt Piyapramote
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28122 – Description

    initial v1  
    7575Server time:    Tue, 25 Apr 2017 07:24:00 +0000
    7676
    77 Internal Server Error: /qml/
     77Internal Server Error: /browse/
    7878Traceback (most recent call last):
    7979  File "/home/natt/.virtualenvs/django111/lib/python3.5/site-packages/django/core/handlers/exception.py", line 41, in inner
     
    8484    response = wrapped_callback(request, *callback_args, **callback_kwargs)
    8585  File "/home/natt/tmp/demo/demo/urls.py", line 23, in main
    86     return serve(request, path, '/home/natt/cnmi/his/his/qmlweb/qml', show_indexes=True)
     86    return serve(request, path, '/tmp', show_indexes=True)
    8787  File "/home/natt/.virtualenvs/django111/lib/python3.5/site-packages/django/views/static.py", line 43, in serve
    8888    return directory_index(path, fullpath)
Back to Top