Skip to content

DID Coding web app that uses apscheduler to call a simple API every X seconds or Y minutes

License

Notifications You must be signed in to change notification settings

bobby-didcoding/did_django_schedule_jobs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

did_django_schedule_jobs

Django project that demonstrates how to shchedule job in Django

  1. cd to development directory

  2. mkvirtualenv did_django_schedule_jobs

  3. mkdir did_django_schedule_jobs

  4. clone repository to new directory

  5. pip install -r requirements.txt

  6. python manage.py runserver

  7. https://localhost:8000 - Bob's your uncle!!

About

DID Coding web app that uses apscheduler to call a simple API every X seconds or Y minutes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published