Django Project ModulesΒΆ
Ferrosoft Platform includes ferrosoft.container which has
everything needed for a Django Project, such as Django settings and
the root URL configuration. It wires the apps together and is the
entrypoint for the ASGI server started via the
ferrosoft.cli.server CLI.