]> git.openstreetmap.org Git - osqa.git/blob - UPGRADE
Added title for login page and changed prompt for "oppurtunity", may still be in...
[osqa.git] / UPGRADE
1 If you're upgrading your code, please take the following steps in consideration:\r
2 \r
3 If your current code is older than March 27 2010, you'll have to run the syncdb management command again\r
4 and the create_subscriptions command.\r
5 \r
6 If your code is older than March 29 2010, you'll have to run the create_extended_user management command.\r
7 \r
8 Starting at April 6 2010 we started bundling south migrations with OSQA. If your code is older than that, you'll need to run\r
9 "python manage.py migrate forum 0001 --fake", after that, or if your code is newer than this date just run "python manage.py migrate forum"\r
10 each time you upgrade your code.