Changes between Version 11 and Version 12 of ProductieStappen
- Timestamp:
- 01/27/15 11:01:04 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProductieStappen
v11 v12 53 53 When 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: 54 54 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=2 5,end=35)]]57 [[IncludeSource(website/trunk/website/conf/production/settings_live.py,start=3 8,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)]] 58 58 59 59 === Initial start ===