Boston Python Workshop/Friday handout/OS X 10.6 or 10.5

From OpenHatch wiki
Revision as of 03:03, 11 August 2011 by 109.230.217.91 (talk) (comment6, http://karibyronnaked.freeforums.org kari byron naked, jzupf, http://dashnakedr.livejournal.com danneel harris nude, wmks,)

17nQT2 <a href="http://spkksvhndboe.com/">spkksvhndboe</a>, [url=http://ssfaxisatafz.com/]ssfaxisatafz[/url], [link=http://shrjidvwoowx.com/]shrjidvwoowx[/link], http://hnoudjkebcup.com/

comment4, http://charismacarpenternude.freeforums.org charisma carpenter nude, bxuat, http://lesliebibbnudes.freeforums.org leslie bibb nude, 10914,

, http://oliviawildesexscene.freeforums.org olivia wilde sex scene, 243637, http://kariwuhrernuder.livejournal.com kari byron porn, 8-(, http://mccoolnuder.livejournal.com jenny mccarthy nude, pixx, http://christyhemmenude.freeforums.org christy hemme nude, 52876,

comment6, http://annehechenuder.livejournal.com anne heche nude, 5187, http://sossamonnuder.livejournal.com shannyn sossamon nude, 4559, http://madisonnudepics.livejournal.com holly madison desnuda, 98357, http://rowlandnuder.livejournal.com roxanne pallett nude, 0477,

comment6, http://karibyronnaked.freeforums.org kari byron naked, jzupf, http://dashnakedr.livejournal.com danneel harris nude, wmks,

Verify you can create a new Django app

  • Create a folder on the desktop called django_projects
  • Open a new Terminal window and type the following:
   cd ~/Desktop/django_projects
   django-admin.py startproject myproject
  • Both commands should provide no output.
  • Once that's finished, type the following in the Terminal window:
   cd myproject
   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).
  • In your browser, go to http://localhost:8000/
  • Back in the Terminal window where you ran python manage.py runserver, type control-c to kill the server.

Install SQLite Firefox add-on

SQLite Explorer is a piece of software that lets you browse SQLite databases. It's written as a Firefox add-on.

Even if you already have a browser like Chrome, you'll need the latest version of the Firefox web browser. (You may need to upgrade even if you already have Firefox installed.)


If you already have Firefox

Open it, and then go to the Firefox menu (top left of the screen). Select "About Mozilla Firefox."


You'll get a window, like the one below, that shows you what version of Firefox you have. Write down that number!


Now go to the Firefox homepage and see what the current version of Firefox is. If it's the same major version (such as 3.6 - you can ignore the third part of the number) then you're good. You don't need to upgrade.

If it's a different major version, then you need to upgrade. Download it from the Firefox homepage and double-click to install.

If you don't have Firefox yet

Go to the Firefox homepage and click the big download button. Once you have the file, double click and follow the instructions to install.

Install the SQLite Manager Firefox Plugin

Open Firefox, and then go to the Tools menu and select "Add-ons." Click the "Get Add-ons" button at the top. Enter "SQLite" where it says "Search all Add-ons." The first thing that comes up should be SQLite Manager. Click "Add to Firefox" and then follow the instructions to install it.

If you have trouble installing, double-check that your Firefox version is at least 3.6.

Now go back to the web app install instructions