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