Update migration instructions.
authorAntony Chazapis <chazapis@gmail.com>
Fri, 25 Nov 2011 16:57:18 +0000 (18:57 +0200)
committerAntony Chazapis <chazapis@gmail.com>
Fri, 25 Nov 2011 16:57:18 +0000 (18:57 +0200)
README.upgrade

index ad669d8..e45d7c9 100644 (file)
@@ -3,7 +3,7 @@ UPGRADE
 
 0.7.9 -> 0.7.10
 ---------------
-* Update settings.py (BACKEND*, SERVICE_NAME, *_EMAIL, *_TARGET, IM_*)
+* Update settings.py (BACKEND_*, SERVICE_NAME, *_EMAIL, *_TARGET, IM_*)
 * Update 'attributes' table in mysql (backend):
     
     mysql> update attributes set `key`='ETag' where `key`='hash';
@@ -27,7 +27,7 @@ UPGRADE
                INSERT INTO `public`(`path`) VALUES (...);
          
          And execute in the database
-* Add 'south', remove 'pithos.public' in INSTALLED_APPS in settings.py
+* Create settings.local with local setting overrides
 * Install python-django-south
 * Setup south:
     python manage.py syncdb