Application to organize conferences (from archived upstream repo https://github.com/PonyConf/PonyConf/)
Go to file
2016-07-12 18:05:15 +02:00
accounts small improvement 2016-07-12 16:16:40 +02:00
components@0aa9b5c574 update components submodule 2016-07-11 13:53:37 +02:00
conversations fix missing filtering property 2016-07-12 18:05:15 +02:00
doc improving reviewers UI 2016-07-06 18:30:15 +02:00
ponyconf Speakers: use select2 widget 2016-07-09 18:43:04 +02:00
proposals fix tests 2016-07-12 00:56:50 +02:00
.gitignore coverage script 2016-07-05 23:25:20 +02:00
.gitmodules
.travis.yml flake8 broken on travis ?o_O? 2016-06-25 19:14:32 +02:00
coverage.sh setup.cfg is enought 2016-07-06 01:06:08 +02:00
manage.py
README.md howto test 2016-07-09 19:33:53 +02:00
requirements.txt Add missing django-select2, drop django-sortedm2m 2016-07-09 19:20:38 +02:00
setup.cfg

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