crate-archive / crate-site

OBSOLETE, SEE crate.io, crate.web, and crate.pypi
https://crate.io/
BSD 2-Clause "Simplified" License
87 stars 13 forks source link

Make Crate Generic and Split It Out #29

Open dstufft opened 12 years ago

dstufft commented 12 years ago

Currently "Crate" is a big monolithic Django Site. It would be better if instead all the parts that build "Crate the app" were made more generic, and split out into their own repos/projects.

Crate.io's repo would then just become the parts that are specific to Crate.io (settings, urlconf, etc), while all the logic lives inside the generic app.