Application to organize conferences (from archived upstream repo https://github.com/PonyConf/PonyConf/)
Go to file
2016-11-09 11:55:03 +01:00
accounts program: as_xml 2016-10-24 22:35:56 +02:00
components@fe849d749c
conversations do not escape data for rendering emails text part 2016-11-09 11:55:03 +01:00
doc
locale/fr/LC_MESSAGES i18n: fr 2016-11-08 21:45:33 +01:00
planning workshop attendee: no xml if subscriptions close 2016-11-09 00:44:30 +01:00
ponyconf workshop attendee: subscription 2016-11-08 21:22:13 +01:00
proposals workshop attendee: propose to log-in to register 2016-11-09 00:41:38 +01:00
volunteers improve volunteers in django-admin 2016-11-08 21:03:28 +01: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