10.14. Additional sub applications

10.14.1. Enable external subapplications

  1. Modify your settings.py and and your sub-application name to the INSTALLED_APPS constant.

    INSTALLED_APPS = [
       ...
       "new application",
    ]
    
  2. Launch "sanetdata" command:

    cd $SANET_INSTALL_DIR
    python manage.py sanetdata