在传递Django-cms的配置后,我得到以下错误。似乎缺少了一些非python包。
EnvironmentError: Pillow is not compiled with PNG support, see 'Libraries installation issues' documentation section: http://djangocms-installer.readthedocs.org/en/latest/libraries.html.
Pillow is not compiled with JPEG support, see 'Libraries i
我有一个url:
http://www. my site .com/cms/forum/users/username/
我需要它重定向到:
http://www. my site .com/forum/users/username/
所以url中的cms部分需要去掉。我的正则表达式是什么,我应该把它放在文件夹结构中的什么位置?换句话说,我是将这个正则表达式添加到站点根目录下的.htaccess中,还是添加到cms文件夹中的.htaccess中,还是添加到其他地方?