This is a Django Based Sudoku Solver. It uses a brute force algorithm to solve the sudoku in Python.
This was built using Django 1.5.2
How to run
1. Install Django 1.5.2 using pip
2. cd into the main directory of the Django app
3. run "python manage.py syncdb" to create the sqlite database file.
This is required to save session when solving the sudoku
4. Run "python manage.py runserver"
This uses Twitter Bootstrap 3.0 for its web page design.