Application to organize conferences (from archived upstream repo https://github.com/PonyConf/PonyConf/)
Go to file
François Leborne 1a8888ea1b Add instructions to use Docker in README 2023-04-17 22:54:39 +02:00
accounts Bump to Django 4. 2023-03-30 14:55:40 +02:00
cfp Bump to Django 4. 2023-03-30 14:55:40 +02:00
doc Fix grammar 2023-01-22 18:31:49 +01:00
locale/fr/LC_MESSAGES Update .mo file 2023-01-30 14:54:45 +01:00
mailing Bump to Django 4. 2023-03-30 14:55:40 +02:00
node_modules Add jquery.cookie.js 2023-01-21 17:30:21 +01:00
ponyconf Allow 0.0.0.0 to test inside Docker container 2023-04-17 22:54:19 +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
Dockerfile Add Dockerfile 2023-04-17 22:53:16 +02:00
LICENSE Create LICENSE 2017-12-10 22:00:31 +01:00
README.md Add instructions to use Docker in README 2023-04-17 22:54:39 +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 Bump to Django 4. 2023-03-30 14:55:40 +02:00
requirements.in Bump to Django 4. 2023-03-30 14:55:40 +02:00
requirements.txt Bump to Django 4. 2023-03-30 14:55:40 +02:00
setup.cfg update setup.cfg with new apps 2017-08-12 14:46:25 +02:00
test_site.bash Add test_site.bash script to start container 2023-04-17 22:53:56 +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

Docker

Build

docker build -t ponyconf .

Start

./test_site.bash

Configure

docker exec -it ponyconf ./manage.py createsuperuser