Ask Your Question
2

Is current git master stable?

asked 2012-10-29 15:17:25 -0500

siovene's avatar

updated 2012-10-29 15:49:35 -0500

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?

edit retag flag offensive 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

1 Answer

Sort by ยป oldest newest most voted
2

answered 2012-10-29 16:33:53 -0500

Evgeny's avatar

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.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2012-10-29 15:17:25 -0500

Seen: 245 times

Last updated: Oct 29 '12