Přejít na soubor
Gergely Polonkai 925ed0bb0d Remove WordTranslation model
This seems to cause more trouble than not. We may re-add it with
different concepts
2015-11-27 16:25:21 +01:00
wordchallenge Allow drawing once every day 2015-11-26 16:56:55 +01:00
words Remove WordTranslation model 2015-11-27 16:25:21 +01:00
.gitignore Fix codecov issues with tox 2015-11-27 11:39:17 +01:00
.travis.yml Move from tox to tox-travis in .travis.yml 2015-11-27 09:52:09 +01:00
CONTRIBUTE.md Initial commit 2015-11-26 14:59:37 +01:00
COPYING Initial commit 2015-11-26 14:59:37 +01:00
README.md Moved gitter badge next to the others 2015-11-27 15:10:59 +01:00
manage.py Initial commit 2015-11-26 14:59:37 +01:00
requirements.txt Add tox support 2015-11-26 17:15:12 +01:00
setup.py Add tox support 2015-11-26 17:15:12 +01:00
tox.ini Fix codecov issues with tox 2015-11-27 11:39:17 +01:00

README.md

Build Status codecov.io Join the chat at https://gitter.im/gergelypolonkai/word-challenge

100(ish) words challenge

This is the main project for 100(ish)word challenge, a challenge for artists of different kinds.

The goal of the site is to present a word for the users every day, and let them create something based on that word, within a given time limit. They can then share their work via the site, so other users can vote for it (if it represents the word by any means).

The project aims to run on Heroku, but testing is done for both Python 2.7 (because of Heroku) and Python 3.4 (because we can).