Articles tagged with #django




Typing a command on the command line and hitting tab to get the rest of what you need is very nice. It is almost magical. Fortunately, it is quite easy to write your own...



Properly processing requests in your views is important, and one of the most important things is knowing what HTTP verb is being used. There are few ways to determine whether you are getting a GET or POST. The two most common ways people determine this...



Automating your deployment can be one of those things that is tricky to get right at first, but pays off in spades once done. It seems as you develop you continually evolve your processes until you finally figure out how to get your deploys...



Recently I was compelled to learn python since it seemed like a lot of different forces were driving me to do so. After learning the syntax basics I figured I would take the next step to start learning Django...