Python site-packages
July 18th, 2010To get the path of your Python site-packages, just type the following from the console: python -c “from distutils.sysconfig import get_python_lib; print get_python_lib()
To get the path of your Python site-packages, just type the following from the console: python -c “from distutils.sysconfig import get_python_lib; print get_python_lib()
Django 1.2 will contain support for multiple databases. Good news for people trying to scale their web application or building intranet services.
Quit banging your head and learn to debug your Python web application using an interactive stack trace (pdb).