Live data from Hacker News

Django Software Stack

sourcefabric.org

1–10 of 28 posts

Re: Django Software Stack

#3
Great list, one thing that might be interesting for a lot of folks is django-sentry, developed by the folks at disqus. That app allows you to do centralized logging from an arbitrary number of django (or other python) applications. Saves a lot of hassle especially for widely distributed systems!

EDIT Link: https://github.com/dcramer/django-sentry

Re: Django Software Stack

#5
post #4

We use pip over easy_install http://pip.openplans.org/

pip + requirements file + virtualenv (virtualenvwrapper) makes the setup of an development environment really easy. With virtualenvwrapper you can hook into different scripts, for example when you start/switch working on a project

Re: Django Software Stack

#10
post #5
post #4

We use pip over easy_install http://pip.openplans.org/

pip + requirements file + virtualenv (virtualenvwrapper) makes the setup of an development environment really easy. With virtualenvwrapper you can hook into different scripts, for example when you start/switch working on a project

Rvm does well for ruby
Post reply on HN