Skip to content

Greengo86/django-footballstat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Service Football Statistics Parse play with Celery and Broker - Redis Install Dependencies - pip install -r requirements.txt Run migrate - python manage.py migrate Apply migrate - python manage.py makemigrations

Fill db mysql by dump - e.g. - football_team_202105070033_dump_team_with_new_inter.sql

Run Django server - python manage.py runserver

Run Celery Workers - cd src && celery -A stats_parser worker --loglevel=info

Run Beat Redis - cd src && celery -A stats_parser beat --loglevel=INFO

Schedule Beat in - src/stats_parser/celery_tasks.py

About

Django parser footballstat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published