Should I use current git master or should I stick to a release? I'm asking because I had a 6 month old fork lying around, and I started to use that in my tests.
I've got things working but decided to upgrade. And now things like bootstrap.css is linked in the /default/media/ directory, while the file really is in /bootstrap.
Am I doing something wrong, or is current git master simply not to be considered stable?
It is stable, we use the git version in some production installations.
We run all test cases before any commit to the master branch and always add new tests.
Create your Q&A site at askbot.com. Managed Askbot hosting at just $15/mo. Dedicated hosting, support contracts, consulting services.
create your Q&A siteAsked: 2012-10-29 15:17:25 -0500
Seen: 50 times
Last updated: Oct 29 '12
Copyright Askbot, 2010-2011. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.
Maybe you are forgetting to run
Evgeny ( 2012-10-29 16:48:20 -0500 )editcollectstatic? Or there is some issue in your custom theme files, if you have any?I'm running it, and the "bootstrap" folder is in my /static folder. But Askbox tries to link to /static/default/media/bootstrap/...
I have one custom skin that I just started, so it only contains "extra.css".
siovene ( 2012-10-30 00:09:04 -0500 )editI had a misconfigured STATICFILES_DIRS, it's fine now.
siovene ( 2012-10-30 13:14:56 -0500 )edit