Django Project Modules ====================== Ferrosoft Platform includes :mod:`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 :mod:`ferrosoft.cli.server` CLI. .. toctree:: :maxdepth: 2 api/ferrosoft.container