Application to organize conferences (from archived upstream repo https://github.com/PonyConf/PonyConf/)
Go to file
Guilhem Saurel b6d26f675d version pinning with pip-tools 2017-07-09 18:18:41 +02:00
accounts Add github to user profile #83 2017-04-30 13:30:38 +02:00
components@fe849d749c update components reference 2016-09-28 21:21:54 +02:00
conversations replace migrations with new initial 2017-01-13 11:49:51 +01:00
doc improving reviewers UI 2016-07-06 18:30:15 +02:00
locale/fr/LC_MESSAGES filter talk with / without materials 2016-11-25 14:35:18 +01:00
planning add sound field to room model, fix #81 2017-05-26 13:20:28 +02:00
ponyconf talk materials (file upload) 2016-11-24 00:39:19 +01:00
proposals talk: video field 2017-01-16 23:14:50 +01:00
volunteers replace migrations with new initial 2017-01-13 11:49:51 +01:00
.gitignore avatar 2016-07-23 17:21:03 +02:00
.gitmodules first commit 2016-06-07 22:59:13 +02:00
.travis.yml Prod is running python 3.5 2017-04-29 23:54:12 +02:00
README.md so its seems that we also have an IRC chan now 2017-06-09 20:04:03 +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-dev.in version pinning with pip-tools 2017-07-09 18:18:41 +02:00
requirements-dev.txt version pinning with pip-tools 2017-07-09 18:18:41 +02:00
requirements.in version pinning with pip-tools 2017-07-09 18:18:41 +02:00
requirements.txt version pinning with pip-tools 2017-07-09 18:18:41 +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

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
./manage.py createsuperuser