Changes between Version 56 and Version 57 of DeveloperGuidelines/Testing/Selenium
- Timestamp:
- 02/20/13 01:53:46 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Testing/Selenium
v56 v57 39 39 }}} 40 40 41 Make sure that {{{settings.base.migrate = True}}} and {{{settings.base.debug = True}}} in the config file. 41 Make sure that following settings are enabled in 000_config.py file. 42 {{{ 43 settings.base.migrate = True 44 settings.base.debug = True 45 }}} 42 46 43 47 Then you will need to re-populate: delete the contents of databases/* , errors/* and sessions/*