abhiomkar | 14 years ago | on: Deploying Django on Heroku
abhiomkar's comments
abhiomkar | 14 years ago | on: Deploying Django on Heroku
gunicorn server will work, this makes it production ready.
Please replace runserver line with the below line in your Procfile
web: bin/gunicorn_django --workers=4 --bind=0.0.0.0:$PORT django_project/settings.pyabhiomkar | 15 years ago | on: Recovering deleted files using grep
This can be achieved using trash-cli
abhiomkar | 16 years ago | on: Cuiler
I like this feature - http://duckduckgo.com/?q=%21+Hacker+News
abhiomkar | 16 years ago | on: Ubuntu introduces new theme and branding
I agree. The GTK font looks big. The button color and the GTK app color is not matching well. Giving same color to Title bar and menu bar is not a good Idea IMO.
But I feel, the new look is better than the previous default brownish theme.
Like the new logo of ubuntu. The font is minimal & elegant.
page 1
However, heroku.com says "Run Anything" :)