No description
Midgard
5ba49e6ecd
Better to show a fallback category if a kind isn't recognized than nothing at all! The code is refactored to have a table definition in RESTO_TABLES, this allows to DRY when recognizing unrecognized meals (hah). The ** operator is used to copy dicts while being able to amend them: {**meal, "name": …} is a copy of meal but with a different name. |
||
---|---|---|
app | ||
migrations | ||
.editorconfig | ||
.gitignore | ||
config.py.example | ||
deploy.sh | ||
import_quotes.py | ||
passenger_wsgi.py | ||
README.md | ||
requirements.txt | ||
run_dev.py | ||
setup_database.py |
Mattermore
Mattermost integrations
Installation guide
- Clone this repository
git clone ssh://git@git.zeus.gent:2222/mattermost/mattermore.git
cd mattermore
- Create a virtual environment
virtualenv -p python3 venv
- Install the pip requirements
./venv/bin/pip install -r requirements.txt
- Create the database
./venv/bin/python setup_database.py
- Start the server
./venv/bin/python run_dev.py
migrations