From 4b23131f4c50e0bc4dd22ce78bd662fbaa1e3c14 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 5 Jul 2009 21:44:41 +0000 Subject: Deleting the database. --- docs/tutorials/bfgwiki/definingmodels.rst | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'docs') diff --git a/docs/tutorials/bfgwiki/definingmodels.rst b/docs/tutorials/bfgwiki/definingmodels.rst index 699763ae4..1b6462a7b 100644 --- a/docs/tutorials/bfgwiki/definingmodels.rst +++ b/docs/tutorials/bfgwiki/definingmodels.rst @@ -14,18 +14,19 @@ class. Deleting the Database --------------------- -We're going to remove a Python model class. Since this class is -referred to within our persistent storage (within ``Data.fs``), we'll -have strange things happen the next time we want to visit the -application in a browser. Remove the ``Data.fs`` from the -``tutorial`` directory before proceeding any further. It's always -fine to do this as long as you don't care about the content of the -database; the database itself will be recreated as necessary. +We're going to remove the ``MyModel`` Python model class from our +``models.py`` file. Since this class is referred to within our +persistent storage (within ``Data.fs``), we'll have strange things +happen the next time we want to visit the application in a browser. +Remove the ``Data.fs`` from the ``tutorial`` directory before +proceeding any further. It's always fine to do this as long as you +don't care about the content of the database; the database itself will +be recreated as necessary. Adding Model Classes -------------------- -The first thing we want to do is remove the ``MyModel`` class from the +The next thing we want to do is remove the ``MyModel`` class from the generated ``models.py`` file. The ``MyModel`` class is only a sample and we're not going to use it. -- cgit v1.2.3