biojs / biojs-backend

Backend repository for biojs.net website.
MIT License
1 stars 3 forks source link

Management command completely tested #4

Closed Megh-Thakkar closed 6 years ago

Megh-Thakkar commented 6 years ago

This pull request contains the complete code for the django management command, which is being used in a cron-job for a timely update of the database. The respective api calls are made to npm and github, the data of which is used to update the instances. For the code and operational details, refer to the Backend Blog.