Cookies in Django – Setting, retrieving and deleting cookies
HTTP is a stateless protocol so when a request is sent to the server, it does not know whether you
Continue readingIn Python we trust.
HTTP is a stateless protocol so when a request is sent to the server, it does not know whether you
Continue readingIn this article, we shall see how to return the response from our Django project in XML format instead of
Continue readingIn this article we shall see how to work with basic authentication in django. But before that first let us
Continue readingI recently came across a problem, where I had to set or alter a boolean field from True to False
Continue readingIn django a queryset is similar to a list but does not support negative indexing like a normal list. This
Continue readingOften times during Django project development, there is a need to write one-off scripts that do something. As a self-taught developer, there are
Continue reading
Recent Comments