Kwipppy Project, development system:
-
We need the following dependencies installed(use apt-get): build-essential mysql-server-5.0 mysql-client-5.0 libmysqlclient15-dev python2.5 python2.5-dev subversion
-
Install easy_install from the URL below http://peak.telecommunity.com/dist/ez_setup.py http://pypi.python.org/pypi/setuptools (has all the downloadable eggs etc.) Install the following python packages using easy_install: simplejson MySQL-python Imaging
-
Finally, install django from the svn provided below: svn co http://code.djangoproject.com/svn/django/trunk/ django-trunk go in and do sudo python setup.py install
-
Now run the schema building commands on the base directory python manage.py syncdb Then run any migrations python migrate.py
Dipankar Sarkar (dipankarsarkar@gmail.com)