No description
Find a file
2020-10-17 21:31:55 +02:00
gestiojeux Authentification system; outsider login does not crash 2020-10-17 21:31:55 +02:00
gestiojeux_auth Authentification system; outsider login does not crash 2020-10-17 21:31:55 +02:00
inventory Give the main structure and begin inventory app 2020-10-11 22:19:11 +02:00
mainsite Authentification system; outsider login does not crash 2020-10-17 21:31:55 +02:00
.gitignore Authentification system; outsider login does not crash 2020-10-17 21:31:55 +02:00
manage.py Init Django project 2020-03-04 17:46:15 +01:00
README.md Init Django project 2020-03-04 17:46:15 +01:00
requirements.txt Authentification system; outsider login does not crash 2020-10-17 21:31:55 +02:00

gestiojeux

Website for board games inventory and suggestions

Install

virtualenv -p python3 venv
source venv/bin/activate
pip install -r requirements.txt
cp jeulee/settings.dev.py jeulee/settings.py
$EDITOR jeulee/settings.py  # Use settings that match your usecase
./manage.py migrate
./manage.py collectstatic  # In production only