Application to organize conferences (from archived upstream repo https://github.com/PonyConf/PonyConf/)
Go to file
numahell e52fb654c7 Add requirements and settings for dev environment. 2016-08-05 23:38:14 +02:00
accounts Django 1.10 is out 2016-08-01 21:31:56 +02:00
components@0aa9b5c574 update components submodule 2016-07-11 13:53:37 +02:00
conversations increase message textarea rows count 2016-08-04 16:09:11 +02:00
doc improving reviewers UI 2016-07-06 18:30:15 +02:00
locale/fr/LC_MESSAGES fix i18n 2016-08-04 16:09:11 +02:00
ponyconf Add requirements and settings for dev environment. 2016-08-05 23:38:14 +02:00
proposals avatar 2016-07-23 17:21:03 +02:00
.gitignore avatar 2016-07-23 17:21:03 +02:00
.gitmodules first commit 2016-06-07 22:59:13 +02:00
.travis.yml flake8 broken on travis ?o_O? 2016-06-25 19:14:32 +02:00
README.md howto test 2016-07-09 19:33:53 +02:00
coverage.sh setup.cfg is enought 2016-07-06 01:06:08 +02:00
manage.py first commit 2016-06-07 22:59:13 +02:00
requirements.txt Add requirements and settings for dev environment. 2016-08-05 23:38:14 +02:00
requirements_dev.txt Add requirements and settings for dev environment. 2016-08-05 23:38:14 +02:00
setup.cfg conversations quick tests 2016-06-13 02:00:30 +02:00

README.md

PonyConf

Build Status Coverage Status

Organise your conferences

Jabber : ponyconf@chat.cannelle.eu.org

HowTo Test

(you should work on a virtualenv)

git clone --recursive git@github.com:toulibre/PonyConf.git
cd PonyConf
pip install -U -r requirements.txt
./manage.py migrate
./manage.py runserver