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.
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.