Application to organize conferences (from archived upstream repo https://github.com/PonyConf/PonyConf/)
Go to file
2016-10-13 20:33:44 +02:00
accounts transport: outward and return city 2016-10-13 20:31:51 +02:00
components@fe849d749c update components reference 2016-09-28 21:21:54 +02:00
conversations Revert "render messages as markdown" 2016-10-05 16:52:34 +02:00
doc improving reviewers UI 2016-07-06 18:30:15 +02:00
locale/fr/LC_MESSAGES i18n: fr 2016-10-06 21:55:35 +02:00
planning filter speakers that did not answered transport 2016-10-13 19:16:24 +02:00
ponyconf merge talks and speakers lists in listing tab 2016-10-09 12:42:17 +02:00
proposals fix video licence in user detail page 2016-10-13 20:33:44 +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 travis should try to run the migrations 2016-10-03 00:01:56 +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
README.md Display speaker avatar instead of user avatar 2016-08-07 11:35:21 +02:00
requirements_dev.txt Add requirements and settings for dev environment. 2016-08-05 23:38:14 +02:00
requirements.txt new email decoding with python 3.4 functions 2016-09-29 14:29:17 +02:00
setup.cfg conversations quick tests 2016-06-13 02:00:30 +02:00

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