I have a Django project in Dev Env. I can run the api with 'python manage.py runserver'
I can run the tests with 'python manage.py rest api.tests'
But only one at a time. When I run tests the api is not running. How can I run tests when api is running? I am using Pycharm it does now allow to run same instance twice. Isn't this is a common scenario?