Added support for Django 1.4 and support for multiple requirements files#35
Conversation
|
Django 1.4 is already supported :) |
|
The new project structure is bit different. I just tried it and it seems not working for me: https://gist.github.com/7484a84aac4f09b290a8 |
|
We support the new structure. Our quickstart article is being updated for Django 1.4, which is why you came into that inconsistiency. Essentially, the old 'createproject' command created things at the "app" level, and the new one creates them at the "repo" level. You can see proper workflow here: #30 (comment) |
|
I already read it. Please take a look at the code. |
|
Thanks for the contribution regarding multiple requirements files. I don't think that's the best approach today but I'll definately keep it in mind in the future. As for increasing the depth of find for Also increasing the depth of the |
|
Hmm, on second thought, I can merge this. It's definitely an edge case, but a worthy one. |
I added support for Django 1.4 and support for multiple requirements files.
Any question or doubt, please feel free to ask. Thanks heroku guys, you have been doing a good job.
note; tests are passing.