First time here? Check out the FAQ!
2

Is current git master stable?

  • retag add tags

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?

siovene's avatar
431
siovene
asked 2012-10-29 15:17:25 -0500, updated 2012-10-29 15:49:35 -0500
edit flag offensive 0 remove flag close merge delete

Comments

Maybe you are forgetting to run collectstatic? Or there is some issue in your custom theme files, if you have any?

Evgeny's avatar Evgeny (2012-10-29 16:48:20 -0500) edit

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's avatar siovene (2012-10-30 00:09:04 -0500) edit

I had a misconfigured STATICFILES_DIRS, it's fine now.

siovene's avatar siovene (2012-10-30 13:14:56 -0500) edit
add a comment see more comments

1 Answer

2

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.

Evgeny's avatar
13.2k
Evgeny
answered 2012-10-29 16:33:53 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments