Revision 44a83b81

b/docs/source/install.rst
301 301

  
302 302
Upgrade Instructions
303 303
^^^^^^^^^^^^^^^^^^^^
304
* Copy settings.py.dist to settings.py and fill the configuration according to the settings.py from your v0.8 instance.
304
* Copy settings.py.dist to settings.py and fill the configuration according to the settings.py from your v0.8 instance. Changes are:
305 305

  
306
	* 'django.core.context_processors.auth' is replaced with 'django.contrib.auth.context_processors.auth' in `CONTEXT_PROCESSORS`
306
	* 'django.core.context_processors.auth' is replaced with 'django.contrib.auth.context_processors.auth' in CONTEXT_PROCESSORS
307 307

  
308
	*'django.contrib.staticfiles' is added in settings `INSTALLED_APPS`
308
	*'django.contrib.staticfiles' is added in settings INSTALLED_APPS
309 309

  
310 310
* edit the apache configuration in order to work with the new location of wsgi and
311 311
set the python-path attribute.

Also available in: Unified diff