Changes between Version 23 and Version 24 of BluePrintWebSetup
- Timestamp:
- 06/14/10 11:54:26 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintWebSetup
v23 v24 5 5 Setting the 1st username/password here & then running {{{models/zzz_1st_run.py}}} means that: 6 6 * User can be given admin rights even on databases which support referential integrity. 7 * MySQL can: {{{ 8 SET FOREIGN_KEY_CHECKS=0; 9 do import 10 SET FOREIGN_KEY_CHECKS=1; 11 }}} 7 12 8 13 Configuration settings are in the file {{{models/000_config.py}}} which will have a simple structured format.