
Docker: Use Celery in Django(Redis as Broker)
In previous two posts, we have deployed Django with Postgres, Nginx, now its time to do some async …
Nov 14, 2016 · 4 Min Read · 5 Likes · 4 Comments
In previous two posts, we have deployed Django with Postgres, Nginx, now its time to do some async …
Nov 14, 2016 · 4 Min Read · 5 Likes · 4 Comments
This is more of a follow up post of my previous article. Before I start, I am assuming you have …
Nov 02, 2016 · 2 Min Read · 7 Likes · 23 Comments
How easily you can deploy Django with NGINX, Postgresql, Gunicorn in Docker
Aug 09, 2016 · 4 Min Read · 15 Likes · 67 Comments
Today we are going to see how make OSX notifications from RSS Feed of any website using Python. So …
Jan 26, 2016 · 3 Min Read · 1 Like · 0 Comment
In this blog, I am going to show how to develop an application by which we can make .csv files from …
Jan 10, 2016 · 2 Min Read · 2 Likes · 0 Comment
Scrap data using Scrapy and store them in Database using Django.
Jan 03, 2016 · 3 Min Read · 2 Likes · 6 Comments
This post is now deprecated. Please follow the official tutorial for creating your first django …
Sep 17, 2015 · 3 Min Read · 2 Likes · 0 Comment
This post is now deprecated. Please follow the official tutorial for creating your first django …
Sep 17, 2015 · 5 Min Read · 1 Like · 1 Comment
A simple hack to change column headers in Django Tables 2.
Sep 17, 2015 · 1 Min Read · 0 Like · 2 Comments
Building a filter which takes model class/query & conditions as input, return a filtered query.
Sep 17, 2015 · 2 Min Read · 5 Likes · 6 Comments