Changes between Version 7 and Version 8 of TutorialDivingIn

Show
Ignore:
Timestamp:
10/23/07 20:41:38 (6 years ago)
Author:
ged (IP: 212.71.5.205)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TutorialDivingIn

    v7 v8  
    131131 
    132132^3^ ''Make sure, you're running your interpreter from the directory where you saved the `model.py` file.'' [[BR]] 
    133 ^4^ ''If you don't specify any primary keys by passing `primary_key=True` as a keyword-argument to the `Field()`-construct, Elixir will automatically create a so-called "surrogate" primary key for you. It will be an auto-incrementing Integer primary key named `id`.'' 
     133^4^ ''If you don't specify any primary keys by passing `primary_key=True` as a keyword-argument to the `Field()`-construct, Elixir will automatically create a so-called "surrogate" primary key for you. It will be an auto-incrementing Integer primary key named `id`.'' [[BR]] 
    134134^5^ ''If you're using any other DBMS than SQLite, just drop the created table (most probably something like "`DROP TABLE model_movie;`").'' 
    135135