* Jochen G. [2012-10-03 11:12]:
> I guess we should split out the pydjango-dir into a new repo. And maybe
> give it a new name while we are at it ? gcd-django ?
Yes, good idea! I see you already did that ;-)
> How about the database directory ? Not necessarily as needed in a dev
> process by others, but needed for deployment and the core developers ?
Even for others it's useful, since it's nice to be able to keep a local
installation's db updated. Having it in the same repo as the code seems
better to me, since the main code and the database scripts need to stay
in sync.
The best solution is probably to forget about custom scripts and start
using South:
http://south.readthedocs.org/en/latest/index.html
It seems very convenient...
> Or do a gcd-support repo where we put both database and bugzilla-patch
> as subdirs (and potentially other things we want to store) ?
Yes, that too. Although I think that the scripts from database/scripts
might also fit better as part of the main repo.
Thanks,
Alexandros