Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 681 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 681 Bytes

Sudoku-Solver

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:

  1. Enter into directory Sudoku.
  2. Enter "python3 manage.py runserver 8000" in your commandline.
  3. Enter "http://localhost:8000/index" in one of your broswers.

Hope you enjoy this project!