Application to organize conferences (from archived upstream repo https://github.com/PonyConf/PonyConf/)
Go to file
Guilhem Saurel c827c2f4d9
Merge pull request #118 from PonyConf/dependabot/pip/django-2.2.8
Bump django from 2.2.7 to 2.2.8
2019-12-05 08:41:32 +01:00
accounts django 2.0 2017-12-19 17:05:48 +01:00
cfp Merge pull request #117 from pilou-/html_add_event_id 2019-11-19 22:01:07 +01:00
components@fe849d749c update components reference 2016-09-28 21:21:54 +02:00
doc doc: add new conference guide (WIP) 2017-12-19 17:05:48 +01:00
locale/fr/LC_MESSAGES Update translations 2019-11-02 13:09:09 +01:00
mailing fix speaker & volunteer mails 2017-12-19 17:05:48 +01:00
ponyconf load static instead of staticfiles 2019-11-11 19:05:54 +01:00
.gitignore begin documentation with sphinx 2017-11-30 23:49:57 +01:00
.gitmodules first commit 2016-06-07 22:59:13 +02:00
.travis.yml begin documentation with sphinx 2017-11-30 23:49:57 +01:00
LICENSE Create LICENSE 2017-12-10 22:00:31 +01:00
README.md update translations 2017-11-20 00:00:40 +01:00
coverage.sh setup.cfg is enought 2016-07-06 01:06:08 +02:00
manage.py first commit 2016-06-07 22:59:13 +02:00
requirements-dev.in version pinning with pip-tools 2017-07-09 18:18:41 +02:00
requirements-dev.txt Bump django from 2.2.7 to 2.2.8 2019-12-04 22:04:43 +00:00
requirements.in update requirements: django-autoslug is maintained again 2019-11-11 19:13:53 +01:00
requirements.txt Bump django from 2.2.7 to 2.2.8 2019-12-04 22:04:43 +00:00
setup.cfg update setup.cfg with new apps 2017-08-12 14:46:25 +02:00

README.md

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