django - Placement of standalone script and using django_rq -


i need create standalone script accesses database, fetches data table , processes , stores table. using django-rq in order run script.

  1. where should place script in django project structure?
  2. without using views.py, how should run script using django-rq?

if understand case correctly, use custom management commands https://docs.djangoproject.com/en/1.7/howto/custom-management-commands/


Comments

Popular posts from this blog

cakephp - simple blog with croogo -

How to group boxplot outliers in gnuplot -

bash - Performing variable substitution in a string -