Skip to content

Instantly share code, notes, and snippets.

@byroncorrales
Created March 1, 2012 17:44
Show Gist options
  • Save byroncorrales/1951627 to your computer and use it in GitHub Desktop.
Save byroncorrales/1951627 to your computer and use it in GitHub Desktop.
[11:40:02] bcorrales:askbot-mac $ python manage.py collectstatic
************************
* *
* 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 *
* *
************************
Please attend to the following:
1) Add ASKBOT_EXTRA_SKINS_DIR to STATICFILES_DIRS entry in your settings.py file.
NOTE: it might be necessary to move the line with ASKBOT_EXTRA_SKINS_DIR just above STATICFILES_DIRS.
2) Run command (after fixing the above errors)
python manage.py collectstatic
If necessary, type ^C (Ctrl-C) to stop the program.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment