Application to organize conferences (from archived upstream repo https://github.com/PonyConf/PonyConf/)
Go to file
Julien Palard 9698325e14
Add jquery.cookie.js
As it's used:

cfp/templates/cfp/admin/homepage.html:<script src="{% static 'jquery.cookie/jquery.cookie.js' %}"></script>
cfp/templates/cfp/staff/speaker_email.html:<script src="{% static 'jquery.cookie/jquery.cookie.js' %}"></script>
cfp/templates/cfp/staff/talk_email.html:<script src="{% static 'jquery.cookie/jquery.cookie.js' %}"></script>
cfp/templates/cfp/staff/volunteer_email.html:<script src="{% static 'jquery.cookie/jquery.cookie.js' %}"></script>
2023-01-21 17:30:21 +01:00
accounts Maintenance update 2020-08-09 16:24:42 +02:00
cfp Revert "HTML output: add 'id' attribute foreach event" 2023-01-21 13:03:00 +01:00
doc Tell about addiste managment command in the doc. 2022-10-21 08:50:49 +02: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
node_modules Add jquery.cookie.js 2023-01-21 17:30:21 +01:00
ponyconf Fixing footer link (and proofreading around them) 2022-10-21 06:54:56 +02:00
.gitignore begin documentation with sphinx 2017-11-30 23:49:57 +01: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 Fixing footer link (and proofreading around them) 2022-10-21 06:54:56 +02: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 Update dev requirements 2020-08-09 16:27:57 +02:00
requirements.in Maintenance update 2020-08-09 16:24:42 +02:00
requirements.txt Maintenance update 2020-08-09 16:24:42 +02:00
setup.cfg update setup.cfg with new apps 2017-08-12 14:46:25 +02:00

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