Merge pull request #1 from open-craft/first-version
(WIP) First Version.
Showing
.gitignore
0 → 100644
poll/__init__.py
0 → 100644
poll/poll.py
0 → 100644
This diff is collapsed.
Click to expand it.
poll/public/css/poll.css
0 → 100644
poll/public/css/poll_edit.css
0 → 100644
poll/public/handlebars/results.handlebars
0 → 100644
poll/public/handlebars/studio.handlebars
0 → 100644
poll/public/html/poll.html
0 → 100644
poll/public/html/poll_edit.html
0 → 100644
poll/public/js/poll.js
0 → 100644
poll/public/js/poll_edit.js
0 → 100644
poll/public/js/vendor/handlebars.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
poll/utils.py
0 → 100644
requirements.txt
0 → 100644
setup.py
0 → 100644
tests/__init__.py
0 → 100644
tests/integration/__init__.py
0 → 100644
tests/integration/base_test.py
0 → 100644
tests/integration/test_defaults.py
0 → 100644
tests/integration/test_layout.py
0 → 100644
tests/integration/test_markdown.py
0 → 100644
tests/integration/test_poll_functions.py
0 → 100644
tests/integration/xml/all_pictures.xml
0 → 100644
tests/integration/xml/defaults.xml
0 → 100644
tests/integration/xml/markdown.xml
0 → 100644
tests/integration/xml/one_picture.xml
0 → 100644
tests/integration/xml/poll_functions.xml
0 → 100644
tests/unit/__init__.py
0 → 100644
tests/unit/test_utils.py
0 → 100644
Please
register
or
sign in
to comment