mirror of
https://github.com/lemeow125/DRF_Template.git
synced 2025-06-28 16:15:44 +08:00
Update webdriver utility functions and add a sample celery task for scraping Google search
This commit is contained in:
parent
0e902b1f04
commit
9e2e32fba8
11 changed files with 193 additions and 25 deletions
|
@ -111,7 +111,8 @@ INSTALLED_APPS = [
|
|||
'payments',
|
||||
'billing',
|
||||
'emails',
|
||||
'notifications'
|
||||
'notifications',
|
||||
'search_results'
|
||||
]
|
||||
|
||||
if DEBUG:
|
||||
|
@ -393,5 +394,5 @@ CELERY_BEAT_SCHEDULER = 'django_celery_beat.schedulers:DatabaseScheduler'
|
|||
DATA_UPLOAD_MAX_NUMBER_FIELDS = 20480
|
||||
|
||||
GRAPH_MODELS = {
|
||||
'app_labels': ['accounts', 'user_groups', 'billing', 'emails', 'payments', 'subscriptions']
|
||||
'app_labels': ['accounts', 'user_groups', 'billing', 'emails', 'payments', 'subscriptions', 'search_results']
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue