diff --git a/docs/changelog.rst b/docs/changelog.rst --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,10 @@ Changelog ========= +1.0.0rc3 (**tip**) + +- fixed i18n during installation. + 1.0.0rc2 (**tip**) - Disabled dirsize in file browser, it's causing nasty bug when dir renames diff --git a/docs/setup.rst b/docs/setup.rst --- a/docs/setup.rst +++ b/docs/setup.rst @@ -114,6 +114,17 @@ in production.ini file:: To not have the statics served by the application. +Other configuration files +------------------------- + +Some extra configuration files and examples can be found here: +http://hg.python-works.com/rhodecode/files/tip/init.d + +and also an celeryconfig file can be use from here: +http://hg.python-works.com/rhodecode/files/tip/celeryconfig.py + + + .. _virtualenv: http://pypi.python.org/pypi/virtualenv .. _python: http://www.python.org/ .. _mercurial: http://mercurial.selenic.com/