Is current git master stable?
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?
Comments
Maybe you are forgetting to run
collectstatic? 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".
I had a misconfigured STATICFILES_DIRS, it's fine now.