Jump to content

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

imported>Paulproteus
imported>Paulproteus
Line 75:
* Open a new Terminal window and type the following:
cd ~/Desktop/django_projects
django-admin.py startproject testmyproject
* Both commands should provide no output.
* Once that's finished, type the following in the Terminal window:
cd testmyproject
python manage.py runserver
* The first command should produce no output. The second command will put out a bunch of output, then just sit there until you cancel it (2 steps from now).
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.