Srini's Point of View

My thoughts on technology, food and other fancies…

How to pip install python packages offline

You may wonder why would you even need to do that.. Well in my case, I was using virtualenv for a project I was working on and when it came time to install the needed python packages, I realized I was on a train with no internet connection. I had …

Yummy Chicken Adraki

IMG_6307

This dish came out really good!! Very tasty if I can say so myself. It is not very different from my previous effort which you can read here. There were slight changes, so I am writing it down so I remember what I did and of course to share it …

How to Reset Django’s admin password

I was working on a django application and because of getting busy at work and home, the project took a backseat. After getting back to the project, I realized I don’t remember what was the username/password I used to create the admin account.

Here is what I did …