Running Native python scripts (with arguments) using Django & controlling the underlying system using Django -


i need python, django & windows azure vm.

i have python scripts on windows server 2012 r2 vm hosted on azure supposed run daily @ 5am (i run them manually via rdp). these scripts query web api, receive json parse , insert various mysql tables.

i configure windows vm run these python scripts daily @ 5am (like unix cron job) arguments sourced 1 of mysql tables. these said arguments used in querying web api.

how automate scripts such must not log vm via rdp run them?

also, i'd access underlying database via django , use same django web app run said repetitive scripts on demand (plus supply arguments through django web app), monitor progress of native python scripts , log errors, control system in entirety, edit data on database, etc. django web app hosted on vm's local server. i'd able access django web app (using domain/ip address) normal websites hosted on cpanel please advise me on how go this...

thanks...

how automate scripts such must not log vm via rdp run them?

yes, possible. on windows, schedule task. schedule executed automation. more information please refer question on , link on technet.


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -