Changes between Version 23 and Version 24 of BluePrintWebSetup


Ignore:
Timestamp:
06/14/10 11:54:26 (15 years ago)
Author:
Fran Boon
Comment:

SET FOREIGN_KEY_CHECKS=0

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintWebSetup

    v23 v24  
    55Setting the 1st username/password here & then running {{{models/zzz_1st_run.py}}} means that:
    66 * User can be given admin rights even on databases which support referential integrity.
     7  * MySQL can: {{{
     8SET FOREIGN_KEY_CHECKS=0;
     9do import
     10SET FOREIGN_KEY_CHECKS=1;
     11}}}
    712
    813Configuration settings are in the file {{{models/000_config.py}}} which will have a simple structured format.