2019-01-09 22:35:11 +00:00
2019-01-08 21:35:46 +00:00
2019-01-09 21:58:11 +00:00
2018-07-06 22:55:55 +01:00
2019-01-09 22:29:32 +00:00
2018-03-24 19:12:02 +00:00
2019-01-09 22:35:11 +00:00
2018-12-22 23:03:38 +00:00
2018-03-24 02:36:14 +00:00
2018-03-24 02:36:14 +00:00
2019-01-09 21:58:11 +00:00
2019-01-09 21:58:11 +00: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
Description
Content database for Minetest mods, games, and more
Readme 24 MiB
Languages
Python 63%
HTML 22.9%
CSS 9.7%
JavaScript 2.6%
SCSS 1.4%
Other 0.3%