> Den 8. aug. 2016 kl. 13.14 skrev Asad ur Rehman <[email protected]>: > > Internal server error is coming..
If you want help, please be much more specific in your replies; post the relevant parts of the code, stacktraces, what have you tried already etc. I assume you already added the code to your Django project and "Internal Server Error" is what you see in the browser. You need to set DEBUG=True in settings.py so you get better error reports than just an HTTP 500. But start by verifying that the code snippet I sent previously actually works. Start a Python interpreter from the commandline (make sure you're in the same virtualenv as the server running your Django code) and do: >>> from sh import fs_cli If that works, we need a full stacktrace from Django to see what's going on. Erik -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/0AB65718-BF99-4364-9086-EEC435CBE1D0%40cederstrand.dk. For more options, visit https://groups.google.com/d/optout.

