I\'ve a django backend and angular frontend, on my local machine to use both together, I\'ve to run both server\'s using ng serve and python manage.py run
ng serve
python manage.py run