Changes between Version 11 and Version 12 of ProductieStappen


Ignore:
Timestamp:
01/27/15 11:01:04 (10 years ago)
Author:
mschenk
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • ProductieStappen

    v11 v12  
    5353When migration's are run (using Django south) the system will mess up in a master-slave configuration. This is due to bugs in the south multi-db implementation. In order to circumvent these problems a number of temporary changes need to made in the /code/website/conf/settings_local.py. Specifically, the following entries need to be commented out:
    5454
    55 [[IncludeSource(website/trunk/website/conf/production/settings_live.py,start=10,end=10)]]
    56 [[IncludeSource(website/trunk/website/conf/production/settings_live.py,start=25,end=35)]]
    57 [[IncludeSource(website/trunk/website/conf/production/settings_live.py,start=38,end=40)]]
     55[[IncludeSource(website/trunk/website/conf/production/settings_live.py,start=9,end=9)]]
     56[[IncludeSource(website/trunk/website/conf/production/settings_live.py,start=24,end=34)]]
     57[[IncludeSource(website/trunk/website/conf/production/settings_live.py,start=37,end=39)]]
    5858
    5959=== Initial start ===