Application to organize conferences (from archived upstream repo https://github.com/PonyConf/PonyConf/)
Go to file
Élie Bouttier 825a0111b4 homepage markdown preview 2017-11-25 23:19:24 +01:00
accounts accounts profile 2017-11-19 21:42:45 +01:00
cfp homepage markdown preview 2017-11-25 23:19:24 +01:00
components@fe849d749c update components reference 2016-09-28 21:21:54 +02:00
doc improving reviewers UI 2016-07-06 18:30:15 +02:00
locale/fr/LC_MESSAGES translate room fields 2017-11-22 23:12:31 +01:00
mailing mailing: fix case issues 2017-10-06 17:08:57 +02:00
ponyconf homepage markdown preview 2017-11-25 23:19:24 +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 update translations 2017-11-20 00:00:40 +01: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 fix #72 2017-09-14 02:32:51 +02:00
requirements.in generate ICS with iCalendar package 2017-09-18 14:42:26 +02:00
requirements.txt generate ICS with iCalendar package 2017-09-18 14:42:26 +02:00
setup.cfg update setup.cfg with new apps 2017-08-12 14:46:25 +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

HowTo update translations

./manage.py makemessages
poedit locale/fr/LC_MESSAGES/django.po
./manage.py compilemessages