First time here? Check out the FAQ!
0

Upgrade to 0.7.44

After upgrade to 0.7.44, run it in django server It shows that Askbot self-test, this is pretty good. But an error is returned saying that Time to move skin files from d:\dev\askbot\skins\common. Now we have 'askbot/template' and 'askbot/media'

Why does this problem occur?

jqy3222089's avatar
17
jqy3222089
asked 2012-11-29 10:16:37 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

This happens because some files and directories were moved from askbot/skins.

All templates are now in askbot/templates and all media in askbot/media. All files from default and common were moved to those directories.

Evgeny's avatar
13.2k
Evgeny
answered 2012-11-29 10:20:37 -0500
edit flag offensive 0 remove flag delete link

Comments

Hi Evgeny, I have tried many times that when I checkout to 0.7.44 version, and setup.py develop into python, then run askbot-setup, It still can't find css file and javascript file. Have you tried this from a new environment?

jqy3222089's avatar jqy3222089 (2012-11-29 11:10:19 -0500) edit

Maybe you have deleted some files, or your theme refers to some files that don't exist? Are you missing all files or just one? You could try setting up the latest version from scratch - it should work ...

Evgeny's avatar Evgeny (2012-11-29 11:21:33 -0500) edit

scratch?what do you mean by this?I clone the source code from github which is just pushed from yours yesterday.

jqy3222089's avatar jqy3222089 (2012-11-29 11:56:39 -0500) edit

"from scratch" means a new setup it's an english idiom (look it up:). Are you building on windows? if so - we have not tested that and don't have ability to do it. Tested on linux an macintosh. I think we'll have to rely on users to fix bugs under windows...

Evgeny's avatar Evgeny (2012-11-29 13:26:10 -0500) edit

Yes, it's on windows. "/m/default/media/style/style.css" how does this kind of urls redirect to the static file? I can't find this url paterns in urls.py.

jqy3222089's avatar jqy3222089 (2012-11-30 01:06:03 -0500) edit
add a comment see more comments