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...

Git Push Remote Repository

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...

Django Project - Blog/AWMS

1. Create a django project1.1 Command »Deatils

Get a Month Period

This article is aiming at getting the first day and the last day of current week and last week.from datetime import *impo...

Get a Week Period

Get the date period of this week and last week.from datetime import *date.weekday():Return weekday,Monday,return 0;Tuesda...

Django Template Inheritance

Command + K 서버에 연결, 윈도우 쉐어 플더 연결At the very beginning, we need to import what we have done last time into django project ...

%