Re: Django structure and git as VCS

2010-10-07 Thread Piotr Zalewa
Thanks Brian, It looks like it will manage the git repositories for me. It might be a good idea, but I think I'll keep it it "custom" build. I (wishful thinking) don't use Apache, etc. On 10/07/10 13:56, Brian Bouterse wrote: > Maybe not an exact answer to your question, but we do something kind

Re: Django structure and git as VCS

2010-10-07 Thread Brian Bouterse
Maybe not an exact answer to your question, but we do something kind of similar to what you are describing. Basically, we have app authors (both frontend and backend) work with their app in their own repo and publish them into this repository . Then we use Opus

Django structure and git as VCS

2010-10-07 Thread Piotr Zalewa
Hi, I'm working on defining the structure of an application It will have quite a few apps, with few of them opensourced. I was thinking how to make it easier for people involved into the project. In essence front-end developer should work on one repository only - that's also goes quite nicely wi