diff --git a/INSTALL b/INSTALL index 0a33bb37..db61df01 100644 --- a/INSTALL +++ b/INSTALL @@ -5,10 +5,12 @@ cd bistro python setup.py install askbot-setup # location: ., postgresql, etc. -python manage.py syncdb -python manage.py migrate askbot -python manage.py migrate django_authopenid -vi settings.py # tack this at the end: +pip install -e git+git://github.com/ericflo/django-avatar.git#egg=django-avatar +vi settings.py + + # append 'avatar' to INSTALLED_APPS + + # tack this at the end: from bar.local_settings import * from bar.live_settings import * @@ -26,3 +28,7 @@ vi settings.py # tack this at the end: ASKBOT_EXTRA_SKINS_DIR, ) + +python manage.py syncdb +python manage.py migrate askbot +python manage.py migrate django_authopenid