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.
 
 
 
Julien Palard 035a1a16c3
Bump to Django 4.
2 months ago
accounts Bump to Django 4. 2 months ago
cfp Bump to Django 4. 2 months ago
doc Fix grammar 4 months ago
locale/fr/LC_MESSAGES Update .mo file 4 months ago
mailing Bump to Django 4. 2 months ago
node_modules Add jquery.cookie.js 4 months ago
ponyconf Bump to Django 4. 2 months ago
.gitignore begin documentation with sphinx 6 years ago
.travis.yml begin documentation with sphinx 6 years ago
LICENSE Create LICENSE 6 years ago
README.md Fixing footer link (and proofreading around them) 7 months ago
coverage.sh setup.cfg is enought 7 years ago
manage.py first commit 7 years ago
requirements-dev.in version pinning with pip-tools 6 years ago
requirements-dev.txt Bump to Django 4. 2 months ago
requirements.in Bump to Django 4. 2 months ago
requirements.txt Bump to Django 4. 2 months ago
setup.cfg update setup.cfg with new apps 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