Important:
- Updating to the SVN trunk is intended, primarily, for developers.
- Before you start, please make a Backup of all your data (a SQL dump, the settings.py file and all modified files like own internal page versions)!
- Download the last PyLucid Archive from sourceforge or use a SVN checkout/update
- Upload all files via (s)FTP on your WebSpace
We changes many things in the settings.py file.
The easiest way is to create a new settings file using the 'settings_example.py':
- rename your "settings.py" into e.g. "settings.old"
- copy "settings_example.py" to "settings.py"
- insert into "settings.py" all changes things, like:
- database account settings
- INSTALL_PASSWORD_HASH
- SECRET_KEY
- CACHE_BACKEND
- ADMINS
You can look into all made changes in the trac 'settings_example.py' log.
Go into the _install section and do this:
- "install Db tables (syncdb)"
- "install internal plugins"
- "update from v0.8.0 to v0.8.5"
- main_menu: Maybe you must change the Stylesheet anchor from "a .current" to "a.current" in your global CSS.
- new headline anchor
permalink