October 2019
Intermediate to advanced
358 pages
8h 22m
English
In this section, we’re going to split our application into rumbl_web, containing the web components, and rumbl, containing all backend logic in our contexts. Each umbrella project has a parent directory that defines:
Let’s pick an approach that addresses each of these points. We need to choose between using generators and adjusting our existing app.
The main goal for umbrella applications is to give us the freedom to work with distinct pieces of the application independently, while still allowing convenient common overarching tasks. Now that we’ve identified the logical pieces to separate, let’s ...
Read now
Unlock full access