Your tutorials are very awesome... But do you have a playlist of blog(Django) project? Or how can I store likes, comments without user login
@veryacademy2 жыл бұрын
Yes there is a really old set of tutorials for that, but I wouldn’t recommend it, it needs an updat
@ezekielobiajulu56232 жыл бұрын
@@veryacademy okay 👌 I will be waiting ☺️☺️
@Coden692 жыл бұрын
thanks man
@عديالعزيزي2 жыл бұрын
Please I need help? How do I make job promotions automatic with Dijango For example: The rank of the junior employee is (specialist). I want him to have his degree (after three years) automatically head of a department in the database What is the name of the technique that will help me? 
@WEPSILVA2 жыл бұрын
You can create a async task and run once a day. Filter on rank_date, If is more than 3 years, promote the user, and set the new rank_date.