How to configure Django and Tornado in PyCharm Community Edition
I think, Pycharm is THE best IDE for developing python. But unfortunately, the professional edition …
Sep 17, 2015 · 2 Min Read · 3 Likes · 12 CommentsI think, Pycharm is THE best IDE for developing python. But unfortunately, the professional edition …
Sep 17, 2015 · 2 Min Read · 3 Likes · 12 CommentsThis post is deprecated as its based on Django 1.6 mostly. I am going to share some useful Django …
Sep 17, 2015 · 3 Min Read · 1 Like · 1 CommentThis post is deprecated and may not be useful. As django documentation says: A formset is a layer of …
Sep 17, 2015 · 4 Min Read · 1 Like · 3 CommentsLet us make a test scenario here: A dropdown field which on change we are going to send a Get/Post …
Sep 17, 2015 · 1 Min Read · 5 Likes · 8 CommentsAdding virtual environment in PyCharm/Intellij IDEA for older and newer versions
Sep 17, 2015 · 2 Min Read · 5 Likes · 0 CommentA DYI reset/forgot password implementation based on Django's source code in Django.
Oct 21, 2014 · 5 Min Read · 5 Likes · 23 CommentsThis post is deprecated. It is no longer compatible with latest Celery versions. I am assuming you …
Sep 01, 2014 · 2 Min Read · 1 Like · 4 CommentsPutting a stop to an age old argument between syncdb and migration in Django.
Jul 04, 2014 · 3 Min Read · 7 Likes · 0 CommentI wanted to add a rich text editor within django administrator. It is not that hard to add a rich …
Apr 29, 2014 · 2 Min Read · 2 Likes · 0 CommentThis post is deprecated. Please follow the official documentation. When comes to using multiple …
Dec 16, 2013 · 1 Min Read · 6 Likes · 0 Comment