Revision 315f4bae

b/README.upgrade
3 3

  
4 4
0.7.9 -> 0.7.10
5 5
---------------
6
* Update settings.py (BACKEND*, SERVICE_NAME, *_EMAIL, *_TARGET, IM_*)
6
* Update settings.py (BACKEND_*, SERVICE_NAME, *_EMAIL, *_TARGET, IM_*)
7 7
* Update 'attributes' table in mysql (backend):
8 8
    
9 9
    mysql> update attributes set `key`='ETag' where `key`='hash';
......
27 27
		INSERT INTO `public`(`path`) VALUES (...);
28 28
	  
29 29
	  And execute in the database
30
* Add 'south', remove 'pithos.public' in INSTALLED_APPS in settings.py
30
* Create settings.local with local setting overrides
31 31
* Install python-django-south
32 32
* Setup south:
33 33
    python manage.py syncdb

Also available in: Unified diff