Skip to content

Commit

Permalink
Merge pull request #119 from beshiniii/master
Browse files Browse the repository at this point in the history
Integrating Django Celery Beat to schedule and execute tasks
  • Loading branch information
sajithaliyanage authored Aug 2, 2021
2 parents 9aa7145 + 8576b53 commit 44ed333
Show file tree
Hide file tree
Showing 47 changed files with 2,672 additions and 930 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
__pycache__/
*.py[cod]
*$py.class
*.DS_Store

# IDEA
.idea/
Expand Down
11 changes: 11 additions & 0 deletions crawlerx_app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions crawlerx_app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"bootstrap-vue": "^2.15.0",
"core-js": "^3.6.4",
"dotenv-webpack": "^7.0.2",
"file-saver": "^2.0.5",
"firebase": "^7.14.5",
"node-sass": "^4.14.1",
"react": "^16.13.1",
Expand Down
389 changes: 389 additions & 0 deletions crawlerx_app/src/components/Contents/CronJobs.vue

Large diffs are not rendered by default.

Loading

0 comments on commit 44ed333

Please sign in to comment.