forked from DGNum/gestiojeux
No description
.credentials | ||
accounts | ||
comments | ||
gestiojeux | ||
inventory | ||
loans | ||
nix | ||
npins | ||
suggestions | ||
website | ||
.gitignore | ||
default.nix | ||
manage.py | ||
pyproject.toml | ||
README.md | ||
requirements.txt | ||
shell.nix |
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