Django Software Stack
sourcefabric.org
Django Software Stack
1–10 of 28 posts
Re: Django Software Stack
#2Django Packages is another great way to figure out what apps other people are using:
Re: Django Software Stack
#3Great 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
#4We use pip over easy_install
Re: Django Software Stack
#5We 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
#6I am getting a 404 page..cached page :http://webcache.googleusercontent.com/search?q=cache:05qcOps...
Re: Django Software Stack
#7The original page is 404 for me.
This is the correct link:
http://sourcefabric.org/en/community/blog/139/Django-Softwar...
Re: Django Software Stack
#8[deleted]
Re: Django Software Stack
#9[deleted]
Re: Django Software Stack
#10We 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