Re: Initial install

2011-04-22 Thread José Pablo Méndez Soto
Thank you Pedro. I know both options work. What I don't quite understand is if running sudo python setup.py install Would be sufficient setup for my Django + CDR Stats + MySQL setup. It looks though, like I also need MySQLdb to interface between Django and the DB. Im wondering if the devs from C

Re: Initial install

2011-04-22 Thread Pedro Kroger
Hi Hurin, Both versions will work fine with MySql, but I recommend you install the latest official version (version 1.3), specially if you haven't worked with Django before. You can read the quick install guide here: http://docs.djangoproject.com/en/1.3/intro/install/ And the more complete guide

Initial install

2011-04-22 Thread Hurin
Hi, using Django framework for CDR-Stats + Asterisk. The instructions kind of confuses me. The How to get Django section has 2 options: -Get the latest official version and - Get the latest development version I am choosing the first one, but after that, it says: After you get it See the installa