Boston Python Workshop/Friday handout/OS X 10.6 or 10.5: Difference between revisions

Content added Content deleted
imported>Paulproteus
imported>Paulproteus
Line 30: Line 30:
cd Django-1.2.5
cd Django-1.2.5
sudo python setup.py install
sudo python setup.py install

== Make sure Django is working ==

* Open a Python prompt, and type this in:

import django

If you get an error, get help! Otherwise, you're done.