another batch of files with a light sprinkle of comments
This commit is contained in:
@@ -4,6 +4,9 @@ import os
|
||||
|
||||
from celery import Celery
|
||||
|
||||
# Only used for testing with Celery on localhost. RQ is not available
|
||||
# on Windows, so I use Celery on my notebook.
|
||||
|
||||
# set the default Django settings module for the 'celery' program.
|
||||
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'rowsandall_app.settings')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user