Working With Projects ===================== Working with SID Backend API ---------------------------- * Django :code:`manage migrate` will not be run automatically, you have to run it from outside the docker container .. code-block:: bash make manage args="migrate" * After editing files, run tests and restart the web services .. code-block:: bash make waf * Alternatively you can run it in the background to monitor file changes .. code-block:: bash make waf args="watch"