I am trying to run a function defined in the views file of my django application from the command line. Is there any way to do this?
I understand that the view functions are supposed to be called from the request, but I need this function to call from cron.
thanks
source share