31st July 2015 | By: marcinkawa
Stand-alone Django script
Sometimes we need run a stand alone python script which uses the models of the Django project, let’s assume we want to run a python script in a cron job which uses our Django’s models and the setup is all within… Continue