django-crontask
Cron style scheduler for Django's task framework
File Explorer
Download Latest Version (.zip)- superjoe.agent.md
- ci.yml
- release.yml
- copilot-instructions.md
- dependabot.yml
- __init__.py
- sentry.py
- __init__.py
- crontask.py
- __init__.py
- __init__.py
- conf.py
- tasks.py
- utils.py
- logo-dark.svg
- logo-light.svg
- __init__.py
- test_sentry.py
- __init__.py
- settings.py
- tasks.py
- urls.py
- __init__.py
- conftest.py
- test_commands.py
- test_tasks.py
- test_utils.py
- .codecov.yml
- .editorconfig
- .gitignore
- .pre-commit-config.yaml
- LICENSE
- pyproject.toml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/codingjoe/django-crontask
Downloads the entire project code from GitHub to your computer.
cd django-crontask
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
python3 -m pip install django-crontask
Installs the Python libraries listed in requirements.txt (or similar).
python3 -m pip install django-crontask[sentry] # with sentry cron monitor support
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
