========================
Web application to solve travelling salesman problem for randomly generated matrices
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
Once the server is running you can go to localhost:8000/ and introduce a value for N.