mirror of
https://github.com/minetest/contentdb.git
synced 2025-03-15 06:42:28 +01:00
Content Database
Content database for Minetest mods, games, and more.
Developed by rubenwardy, license GPLv3.0+.
How-tos
Note: you should first read one of the guides on the Github repo wiki
# Run celery worker
FLASK_CONFIG=../config.cfg celery -A app.tasks.celery worker
# if sqlite
python setup.py -t
rm db.sqlite && python setup.py -t && FLASK_CONFIG=../config.cfg FLASK_APP=app/__init__.py flask db stamp head
# Create migration
FLASK_CONFIG=../config.cfg FLASK_APP=app/__init__.py flask db migrate
# Run migration
FLASK_CONFIG=../config.cfg FLASK_APP=app/__init__.py flask db upgrade
Languages
Python
63%
HTML
22.9%
CSS
9.7%
JavaScript
2.6%
SCSS
1.4%
Other
0.3%