GitXplorerGitXplorer
c

Certificator

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
b45fa7dc2555e6896d27e9ac61d970cf3ea794ee

Add some nbsp's.

ccnelsonsic committed 10 years ago
Unverified
821d2f96846c36b08a6d935a066b9bd345e2c18c

Revamp the onboarding page.

ccnelsonsic committed 10 years ago
Unverified
feebf329c3cceb79c20f3ddcfd9f00c47f0d1155

Add the download template.

ccnelsonsic committed 11 years ago
Unverified
0873844cc56b09ae17b1261d3efdbf793a3f3650

Add pdf and png rendering.

ccnelsonsic committed 11 years ago
Unverified
dbb1eab07f3e4c4b01cf7f615afe3cab1a32bba2

Add a test for quizzes in the lists.

ccnelsonsic committed 11 years ago
Unverified
9030b2eca011fcf911acb3fd08b9c39c85cb3afe

Put httpretty in the right spot.

ccnelsonsic committed 11 years ago

README

The README file for this repository.

Certificator

Build Status

Certificates that a person has the skills to pay the bills.

Running

$ virtualenv .env --no-site-packages
$ source .env/bin/activate
(.env) $ ./setup.py develop
(.env) $ certificator-server &
(.env) $ open http://127.0.0.1:5012

Testing

(.env) $ ./setup.py nosetests