2019-09-03 00:42:51 +01:00
2019-09-03 00:42:51 +01:00
2019-07-29 21:44:39 +01:00
2019-07-29 21:44:39 +01:00
2019-07-29 21:44:39 +01:00
2018-03-24 19:12:02 +00:00
2019-01-29 03:00:01 +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

# Enter docker
docker exec -it contentdb_app_1 bash
Description
No description provided
Readme 7.5 MiB
Languages
Python 58.2%
HTML 24.4%
CSS 13.7%
SCSS 1.7%
JavaScript 1.5%
Other 0.4%