Skip to content

Instantly share code, notes, and snippets.

@byroncorrales
Created May 16, 2012 20:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save byroncorrales/2713570 to your computer and use it in GitHub Desktop.
Save byroncorrales/2713570 to your computer and use it in GitHub Desktop.
[13:55:29] bcorrales:askbot-mac $ python manage.py migrate --all
************************
* *
* Askbot self-test *
* *
************************
Your output encoding is not UTF-8, there may be issues with the software when anything is printed to the terminal or log files
************************
* *
* Askbot self-test *
* *
************************
Error: No module named pytz
Please run: >pip install pytz
To install all the dependencies at once, type:
pip install -r askbot_requirements.txt
Type ^C to quit.
If necessary, type ^C (Ctrl-C) to stop the program.
[13:55:48] bcorrales:askbot-mac $ sudo pip install pytz
Password:
Downloading/unpacking pytz
Downloading pytz-2012c.tar.bz2 (166Kb): 166Kb downloaded
Running setup.py egg_info for package pytz
warning: no files found matching '*.pot' under directory 'pytz'
warning: no previously-included files found matching 'test_zdump.py'
Installing collected packages: pytz
Running setup.py install for pytz
warning: no files found matching '*.pot' under directory 'pytz'
warning: no previously-included files found matching 'test_zdump.py'
Successfully installed pytz
Cleaning up...
[13:57:57] bcorrales:askbot-mac $ python manage.py migrate --all
************************
* *
* Askbot self-test *
* *
************************
Your output encoding is not UTF-8, there may be issues with the software when anything is printed to the terminal or log files
Running migrations for django_authopenid:
- Nothing to migrate.
- Loading initial data for django_authopenid.
No fixtures found.
Running migrations for askbot:
- Migrating forwards to 0122_auth_user__add_subscribed_tag_field.
> askbot:0114_auto__add_groupprofile__add_groupmembership__add_field_tag_tag_wiki
> askbot:0115_auto__chg_field_post_thread
> askbot:0116_auto__add_field_groupprofile_logo_url__add_unique_emailfeedsetting_sub
> askbot:0117_auto__add_field_post_approved__add_field_thread_approved__add_field_po
> askbot:0118_auto__add_field_postrevision_by_email
> askbot:0119_auto__add_postflagreason
> askbot:0120_auto__add_field_groupprofile_moderate_email__add_field_postrevision_em
> askbot:0121_auto__add_field_groupprofile_is_open__add_field_groupprofile_preapprov
> askbot:0122_auth_user__add_subscribed_tag_field
- Loading initial data for askbot.
No fixtures found.
[14:01:01] bcorrales:askbot-mac $ python manage.py runserver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment