forked from AFPy/PonyConf
Application to organize conferences
(from archived upstream repo https://github.com/PonyConf/PonyConf/)
- Python 76%
- HTML 23.7%
- JavaScript 0.2%
| accounts | ||
| cfp | ||
| doc | ||
| locale/fr/LC_MESSAGES | ||
| mailing | ||
| node_modules | ||
| ponyconf | ||
| .gitignore | ||
| .travis.yml | ||
| coverage.sh | ||
| LICENSE | ||
| manage.py | ||
| README.md | ||
| requirements-dev.in | ||
| requirements-dev.txt | ||
| requirements.in | ||
| requirements.txt | ||
| setup.cfg | ||
PonyConf
Organise your conferences.
HowTo Test
(you should work on a virtualenv)
git clone --recursive git@git.afpy.org:AFPy/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