Request GET method
We will learn how request.get method works by making the function which is aiming at sort blogs by different category.BUt...
We will learn how request.get method works by making the function which is aiming at sort blogs by different category.BUt...
My own blog has been created in the past few days, so i’m planning to update my blog regularly from now on.Also, i need t...
1. Create a django project1.1 Command »Deatils
This article is aiming at getting the first day and the last day of current week and last week.from datetime import *impo...
Get the date period of this week and last week.from datetime import *date.weekday():Return weekday,Monday,return 0;Tuesda...
Command + K 서버에 연결, 윈도우 쉐어 플더 연결At the very beginning, we need to import what we have done last time into django project ...