Skip to content

PySangamam/PonyConf

 
 

Repository files navigation

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

About

Application to organize conferences

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 75.9%
  • HTML 23.7%
  • Other 0.4%