Jump to content

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

imported>Paulproteus
imported>Paulproteus
Line 73:
 
* Create a folder on the desktop called <code>django_projects</code>
* Open a new Terminal window and type the following with a return at the end of each line:
cd ~/Desktop/django_projects
django-admin.py startproject test
* Both commands should provide no output.
* Once that's finished, type the following in the Terminal window with a return at the end of each line:
cd test
python manage.py runserver
Line 83:
* In your browser, go to http://localhost:8000/
* Back in the Terminal window where you ran <code>python manage.py runserver</code>, type control-c to kill the server.
 
 
== Install SQLite Firefox plugin ==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.