cccs-web / core

CCCS' customized django web application
4 stars 11 forks source link

Migrate document manager to its own project #187

Closed pwhipp closed 9 years ago

pwhipp commented 9 years ago

This is necessary in order to use it on both Abadi and here on cccs

cccs-ip commented 9 years ago

Cool. Let's please do.

pwhipp commented 9 years ago

The git submodule technique I've used with mezzanine is a pain and it looks as though git may eventually deprecate submodules in favour of subtrees.

Subtrees are not simple to set up either though. After a few repo rebuilds, I've got it all working. I documented as I went here.

The subtree approach is better than submodules and it has the advantage of allowing work on the sub-project to be carried out within the context of the main project. However, committing these changes and pulling in updates is harder than it should be so I'm looking at setuptools as another option.

cccs-ip commented 9 years ago

Very cool, Paul. Thanks for figuring this all out. It's also nice to see your kind acknowledgement of CCCS. It's your code, in the end ;)

pwhipp commented 9 years ago

All done.