Hi Asad,

run system calls in django means run system calls in python. Python has a
library called "os".

https://docs.python.org/3/library/os.html

See 16.1.6 process management

HTH
-- 
Viele Grüße / Best Regards
Matthias Müller


2016-08-08 11:33 GMT+02:00 Asad ur Rehman <asadurrehman...@gmail.com>:

> I want to run *fs_cli -x *command in django . Can anybody help me ?
> How can i create function in django to execute this command ?
>
> --
> 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 django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> 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/0f9ea28d-37c9-40f2-b67a-b566c3691998%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/0f9ea28d-37c9-40f2-b67a-b566c3691998%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
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/CAA2xsHRA6_eY8Q2Fgq_J9SQArfjdc-fus4njeRpu0GWks2YaCQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to