Skip to content

subbaparitala9/sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Sudoku Solver

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors