Revision 85e894f4

b/docs/source/index.rst
138 138
urls which can be altered in your settings files:
139 139

  
140 140
* <feincms install dir>/feincms/static/ -> FEINCMS_ADMIN_MEDIA (default:/static/feincms/)
141
* <django install dir>/django/contrib/admin/media/ -> ADMIN_MEDIA_PREFIX (default:/static/djangoadminmedia/)
141
* <django install dir>/django/contrib/admin/media/ -> (default:/static/admin/)
142 142
* <cloudcms install dir>/cloudcms/static/ -> MEDIA_URL (default:/static/)
143 143

  
144 144

  
......
283 283

  
284 284
.. _basic rst format: http://docutils.sourceforge.net/docs/user/rst/quickstart.html
285 285

  
286
Upgrade notes
287
=============
288

  
289
v0.15
290
-----
291

  
292
Update static files
293
*******************
294

  
295
Symlink ``Django`` and ``FeinCMS`` static files to be served under ``/static/``
296
url. 
297

  
298
.. code-block:: console
299

  
300
    $ ln -s /usr/share/pyshared/django/contrib/admin/static/admin /usr/share/synnefo/static/admin/
301
    $ ln -s /usr/share/pyshared/feincms/static/feincms /usr/share/synnefo/static/feincms
302

  
303

  
304
.. warning::
305

  
306
   In order for the above symlinks to be correctly served by *apache* you need 
307
   to enable the ``FollowSymLinks`` directive in the apache configuration 
308
   file.
309

  
310

  
311
Remove deprecated settings
312
**************************
313

  
314
``ADMIN_MEDIA_PREFIX`` no longer used. Remove it from your settings if already
315
set.
316

  
286 317
.. include:: ../../Changelog
287 318

  
288 319
Indices and tables

Also available in: Unified diff