Revision history [back]
If you are using Apache, in the settings.py
file, modify STATIC_URL with '/static/'
and run python manage.py collectstatic
.
Then follow http://askbot.org/doc/deployment.html
If you are using Apache, in the settings.py
file, modify STATIC_URL with
and run '/static/''static'python manage.py collectstatic
.
Then follow http://askbot.org/doc/deployment.html
If you are using Apache, in the settings.py
file, modify STATIC_URL MEDIA_ROOT with 'static'
and run python manage.py collectstatic
.
Then follow http://askbot.org/doc/deployment.html