Skip to content

A demonstration of a web service and a JavaScript based client written in Django.

License

Notifications You must be signed in to change notification settings

tenth10th/WebServiceExample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To install the project run:
python manage.py migrate
python manage.py populate_db
easy_install simplejson

The client can be found on the webroot. It has no connection with the rest of the site except through the web service.
It was built into the same project to eliminate cross domain request issues.


About

A demonstration of a web service and a JavaScript based client written in Django.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 52.6%
  • JavaScript 24.4%
  • HTML 13.8%
  • CSS 9.2%