sudo pacman -S xorg
sudo pacman -S gnome
sudo systemctl enable gdm.service
| from djcelery.models import PeriodicTask, IntervalSchedule | |
| schedule_delta = IntervalSchedule() | |
| schedule_delta.every = 30 | |
| schedule_delta.period = 'seconds' | |
| schedule_delta.save() | |
| new_task = PeriodicTask() | |
| new_task.name = "30 Second Interval Task" | |
| new_task.task = "app_name.tasks.name_of_task" |
| /* ******************************************************************************************* | |
| * THE UPDATED VERSION IS AVAILABLE AT | |
| * https://github.com/LeCoupa/awesome-cheatsheets | |
| * ******************************************************************************************* */ | |
| // 0. Synopsis. | |
| // http://nodejs.org/api/synopsis.html | |
See how a minor change to your commit message style can make a difference.
Tip
Have a look at git-conventional-commits , a CLI util to ensure these conventions and generate verion and changelogs