First time here? Check out the FAQ!
2

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?

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
siovene's avatar
431
siovene
asked 12 years ago, updated 12 years ago

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 (12 years ago)

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 (12 years ago)

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

siovene's avatar siovene (12 years ago)
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.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
answered 12 years ago
link

Comments

see more comments