Revision 13797bc1 README.upgrade

b/README.upgrade
22 22
	    
23 23
		INSERT INTO `public` VALUES (...);
24 24
      
25
      Rewrite as:
25
          Rewrite as:
26 26
	    
27 27
		INSERT INTO `public`(`path`) VALUES (...);
28 28
	  
29 29
	  And execute in the database
30

  
31 30
* Add 'south', remove 'pithos.public' in INSTALLED_APPS in settings.py
32 31
* Install python-django-south
33 32
* Setup south:

Also available in: Unified diff