Skip to content

foool/sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A simple web page for solving sudoku problems

Add following configuration to you apache configuration:

<Directory "++full path of web.py without file name++">       
    Order allow,deny   
    Allow from all 
</Directory> 

Alias /static "++full path of white.png without file name++" 
AddType text/html .py

<Directory "++full path of white.png without file name++">
    Order allow,deny   
    Allow from all 
</Directory>

<IfModule wsgi_module>   
    WSGIScriptAlias /sudoku "++full path of web.py without file name++"   
</IfModule> 

About

A simple web page to solve sudoku problem using xampp+python+wsgi_mod+web.py

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors