Skip to content

Repository with fibonacci django application, modules and test scripts

Notifications You must be signed in to change notification settings

gcetusic/fibonboncheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fibonboncheck

Repository with fibonacci django application, modules and test scripts It consists of the following files:

fiboncheck/ (main folder) webskripta.py (python script for fetching results from the django fibonacci app) senko/ (module folder for the fibonacci script) skripta.py (fibonacci script) fibonbon/ (django project) senko/ (folder containing the exact same skripta.py for django views to use) fiboncalc (the django application for returning html results of fibonacci)

To run the program, you need to have django installed. You can sync the django database with "./manage.py syncdb" (it is set to use sqlite) if it doesn't work without the database (it should) and run the server e.g. ./manage.py runserver 8000 (or use apache or whatever).

About

Repository with fibonacci django application, modules and test scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages