Organise your conferences
- Jabber : ponyconf@chat.cannelle.eu.org
- IRC: #ponyconf on freenode
(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
./manage.py makemessages
poedit locale/fr/LC_MESSAGES/django.po
./manage.py compilemessages