This program is written by Python Django, and used to solve Sudoku from other places.
If you want to run this program, make sure that Python3 and Django are installled in your computer. Here the Django version is 1.8.
First, you need to modify the 'Templates DIRS' in settings.py in this project, which guarantees that your program runs successfully!
After the modification, you can easily run the program in following steps:
- Enter into directory Sudoku.
- Enter "python3 manage.py runserver 8000" in your commandline.
- Enter "http://localhost:8000/index" in one of your broswers.
Hope you enjoy this project!