You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 4, 2025. It is now read-only.
This project has a custom django-admin command to calculate on 1st days of every month, new values for employee current month score and last month score.
The command line in local environment is:
python manage.py nextmonth
And also it works on heroku:
heroku run python manage.py nextmonth
NOTE: Heroku scheduler is needed in order to schedule a daily execution on production environment