Application to organize conferences (from archived upstream repo https://github.com/PonyConf/PonyConf/)
Go to file
2016-10-22 00:03:54 +02:00
accounts decorators: redirect to login if not connected 2016-10-16 14:36:01 +02:00
components@fe849d749c
conversations Revert "render messages as markdown" 2016-10-05 16:52:34 +02:00
doc
locale/fr/LC_MESSAGES Translation and minor on talk detail 2016-10-19 00:04:29 +02:00
planning fix RoomAdmin 2016-10-20 15:21:05 +02:00
ponyconf volunteers (WIP) 2016-10-19 23:36:15 +02:00
proposals removing old talk count 2016-10-22 00:03:54 +02:00
volunteers volunteers (WIP) 2016-10-19 23:36:15 +02:00
.gitignore
.gitmodules
.travis.yml travis should try to run the migrations 2016-10-03 00:01:56 +02:00
coverage.sh
manage.py
README.md
requirements_dev.txt
requirements.txt program 2016-10-16 23:36:03 +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
./manage.py createsuperuser