The intent of this change is to minimize the reliance on Django for all parts of this project. This will require specifying the location of the django settings (see #411), and then changing every in-code use of the command to stop using python manage.py and reference the new location of the scraper (see #412).
The intent of this change is to minimize the reliance on Django for all parts of this project. This will require specifying the location of the django settings (see #411), and then changing every in-code use of the command to stop using
python manage.py
and reference the new location of the scraper (see #412).