Revision history [back]
Another solution is a symlink: from the public dir, where you may have your .htaccess
and askbot.fcgi
, run:
ln -s /path/to/static m
Of course, you need to run python manage.py collectstatic
too.
Another solution is a symlink: from the public dir, where you may have your .htaccess
and askbot.fcgi
, run:
ln -s /path/to/static m
Of course, you need to run python manage.py collectstatic
too.