Application to organize conferences
(from archived upstream repo https://github.com/PonyConf/PonyConf/)
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 months ago | |
---|---|---|
accounts | 2 months ago | |
cfp | 2 months ago | |
doc | 4 months ago | |
locale/fr/LC_MESSAGES | 4 months ago | |
mailing | 2 months ago | |
node_modules | 4 months ago | |
ponyconf | 2 months ago | |
.gitignore | 6 years ago | |
.travis.yml | 6 years ago | |
LICENSE | 6 years ago | |
README.md | 7 months ago | |
coverage.sh | 7 years ago | |
manage.py | 7 years ago | |
requirements-dev.in | 6 years ago | |
requirements-dev.txt | 2 months ago | |
requirements.in | 2 months ago | |
requirements.txt | 2 months ago | |
setup.cfg | 6 years ago |
README.md
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