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.
- where should place script in django project structure?
- 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
Post a Comment