Application Startup
Start the Django application server on a different port other than the port used by the the parent application like Varfish, for example on port 7000:
python3 manage.py runserver 7000
Start the Django application server on a different port other than the port used by the the parent application like Varfish, for example on port 7000:
python3 manage.py runserver 7000