CiscoDevNet / yang-explorer

An open-source Yang Browser and RPC Builder Application
Apache License 2.0
440 stars 176 forks source link

How to restart yang explorer server properly? #24

Closed hellt closed 8 years ago

hellt commented 8 years ago

Hello, I managed to add some models first time. Next week I tried to delete some and got something went wrong, returned errored response How to see what is wrong and properly restart the server to see if it helps?

pgohite commented 8 years ago

Hi, Hope you were able to solve the issue. Debugs are by default disabled now but you can enable them by uncommenting line 40 in yang-explorer/server/explorer/views.py.

hellt commented 8 years ago

@pgohite thanks for the hint. Will do next time if I see the same error.