Skip to content

danbao/todpy

 
 

Repository files navigation

use python bdd tools to prove concept
*** http://pythonhosted.org/lettuce/ ***

pip install lettuce

easy_install python-Levenshtein


install selenium

pip install -U selenium


install jenkins-api

pip install jenkinsapi


issue:visual c++ 9.0 required

solve:http://www.microsoft.com/en-us/download/details.aspx?id=44266


issue:pkg_resources.DistributionNotFound:

The 'funcsigs' distribution was not found and is required by mock

solve:pip install funcsigs


run it:

run at this folder, python runner.py simple-selenium


Web part:
pip install Django==1.7.6

pip install djangorestframework django-pipeline django-pipeline-browserify

python manage.py runserver

python manage.py startapp polls

Frontend javascript component:
Please execute before you use the system: 'npm install --global grunt-cli'
'grunt build'

For any select component in the page, used Select2

React Component used: react-select2.jsx react-tree.jsx griddle

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.3%
  • Python 12.5%
  • HTML 2.6%
  • CSS 2.6%