What steps will reproduce the problem? 1. checkout revision f2568c52898c 2. use the wizard to create an app using the default options
re-run the wizard, but this time turn off the "Populate Database" option
use appadmin to select all rows from the auth_user table for your new app What is the expected output? What do you see instead? I expected to see no results, as the database is being recreated and I turned off the "Populate Database" option.
Instead, the database is still populated with dummy rows. By inspecting the sql.log, I can see that the tables actually were recreated, so this means that dummy data is still being generated, contrary to my instructions to the wizard. What version of the product are you using? On what operating system? I'm using the tip of the mercurial trunk (f2568c52898c) on Mac OS X 10.6.4 Please provide any additional information below.
From tiago.he...@gmail.com on November 08, 2010 18:48:52
What steps will reproduce the problem? 1. checkout revision f2568c52898c 2. use the wizard to create an app using the default options
Instead, the database is still populated with dummy rows. By inspecting the sql.log, I can see that the tables actually were recreated, so this means that dummy data is still being generated, contrary to my instructions to the wizard. What version of the product are you using? On what operating system? I'm using the tip of the mercurial trunk (f2568c52898c) on Mac OS X 10.6.4 Please provide any additional information below.
Original issue: http://code.google.com/p/web2py/issues/detail?id=123